Skip to content
New issue

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

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

Already on GitHub? # to your account

requirements.txt contains incorrect versions information #11

Open
mitirmizi opened this issue Jun 13, 2023 · 0 comments
Open

requirements.txt contains incorrect versions information #11

mitirmizi opened this issue Jun 13, 2023 · 0 comments

Comments

@mitirmizi
Copy link

If you look at the requirements.txt file, you'll see that many of the packages are using location specifier instead of versions directly. These location specifier are, generally, used to install versions from a local path. Which in case of new machine would not be possible.

So to resolve this issue the requirements.txt file should only contain version numbers.

To reproduce the error run the following command on a terminal.

pip install -r requirements.txt 
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant