You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: