Whatsapp-autosend-script icon indicating copy to clipboard operation
Whatsapp-autosend-script copied to clipboard

error requirements.txt

Open josep112 opened this issue 6 years ago • 3 comments

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

josep112 avatar Mar 28 '18 00:03 josep112

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 avatar Mar 28 '18 09:03 irkartik

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

josep112 avatar Mar 28 '18 11:03 josep112

Yes, it's true.I tried it out

soumilghosh1 avatar Jul 25 '21 12:07 soumilghosh1