Whatsapp-autosend-script
Whatsapp-autosend-script copied to clipboard
error requirements.txt
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
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. :)
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
Yes, it's true.I tried it out