Coder Social home page Coder Social logo

it says ERROR: Invalid requirement: './requirements.txt' Hint: It looks like a path. The path does exist. The argument you provided (./requirements.txt) appears to be a requirements file. If that is the case, use the '-r' flag to install the packages specified within it. An error occurred! seems pip doesn't work. about storm-breaker HOT 6 OPEN

saiv4849 avatar saiv4849 commented on August 11, 2024
it says ERROR: Invalid requirement: './requirements.txt' Hint: It looks like a path. The path does exist. The argument you provided (./requirements.txt) appears to be a requirements file. If that is the case, use the '-r' flag to install the packages specified within it. An error occurred! seems pip doesn't work.

from storm-breaker.

Comments (6)

msbala007 avatar msbala007 commented on August 11, 2024

did you find the solutions?

from storm-breaker.

W3SC01 avatar W3SC01 commented on August 11, 2024

I get the same error, help, I don't know what else to do.

from storm-breaker.

rakibhassan66 avatar rakibhassan66 commented on August 11, 2024

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

from storm-breaker.

W3SC01 avatar W3SC01 commented on August 11, 2024

python -m venv venv source venv/bin/activate pip install -r requirements.txt
No me funcionó, algo que me recomiendes?

from storm-breaker.

Scofferoff avatar Scofferoff commented on August 11, 2024

Line 177 of install.sh should be:
env python3 -m pip install --break-system-packages -r ./requirements.txt

The -r needs to be after --break-system-packages but it may be better to just remove that dangerous option.

from storm-breaker.

zwishz avatar zwishz commented on August 11, 2024

python -m venv venv source venv/bin/activate pip install -r requirements.txt

When i execute the 2nd line of codes i get the message "source: no such file or directory: venv/bin/activate"

from storm-breaker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.