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

error requirements.txt #2

Open
josep112 opened this issue Mar 28, 2018 · 3 comments
Open

error requirements.txt #2

josep112 opened this issue Mar 28, 2018 · 3 comments
Labels

Comments

@josep112
Copy link

I am getting this error while installing the requirements.txt
(venv)root@debian:/usr/src/Whatsapp-autosend-script# pip install -r requirements.txt
Downloading/unpacking pkg-resources==0.0.0 (from -r requirements.txt (line 1))
Could not find any downloads that satisfy the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 1))
Cleaning up...
No distributions at all found for pkg-resources==0.0.0 (from -r requirements.txt (line 1))
Storing debug log for failure in /root/.pip/pip.log

@irkartik
Copy link
Owner

hi @josep112 , looks like pkg-resources==0.0.0 is unwanted line in requirements.txt file. remove the line and try again. Do let me know the results. And it would be great if you submit a PR correcting the issue as well. :)

@irkartik irkartik added the bug label Mar 28, 2018
@josep112
Copy link
Author

Hi rajujha373, it worked fine by removing the line from the requires.txt => pkg-resources == 0.0.0, I'm going to continue the tests and report it if everything works out thanks

@soumilghosh1
Copy link

Yes, it's true.I tried it out

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

No branches or pull requests

3 participants