Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #297

Open
saiv4849 opened this issue Oct 26, 2023 · 6 comments

Comments

@saiv4849
Copy link

when i start the installation i all ready have the softwares required 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.

@msbala007
Copy link

did you find the solutions?

@W3SC01
Copy link

W3SC01 commented Jan 3, 2024

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

@rakibhassan66
Copy link

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

@W3SC01
Copy link

W3SC01 commented Jan 7, 2024

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

@Scofferoff
Copy link

Scofferoff commented Feb 27, 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.

@zwishz
Copy link

zwishz commented Mar 7, 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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants