B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.11k stars 261 forks source link

Requirements.txt improvements #78

Closed Samour50 closed 3 years ago

Samour50 commented 3 years ago

ERROR: Could not find a version that satisfies the requirement sys (from -r ./doc/requirements.txt (line 6)) (from versions: none) ERROR: No matching distribution found for sys (from -r ./doc/requirements.txt (line 6))

C:\whapa-master>python whapa-gui.py Traceback (most recent call last): File "whapa-gui.py", line 5, in from libs import update File "C:\whapa-master\libs\update.py", line 1, in import requests ModuleNotFoundError: No module named 'requests'

pip3 install requests is also required before UI launches.

Consider including requests in the requirement and fixing or removing sys.

Also consider https://github.com/B16f00t/whapa/issues/72 to use a specific version of requests

Samour50 commented 3 years ago

Forgot to add this one

Traceback (most recent call last): File ".\libs\whagodri.py", line 1, in from gpsoauth import google ModuleNotFoundError: No module named 'gpsoauth'

Samour50 commented 3 years ago

So gpsoautho and requests (2.21.0 specifically) are missing, and sys seems to not even be required

After installing these it runs fine

Maybe some formatting issue with the text file? I see the packages are listed but for some reason they do not get installed. Tested on 2 different PCs to confirm it is repeatable.

https://pip.pypa.io/en/latest/reference/pip_install/#requirement-specifiers

B16f00t commented 3 years ago

I have modified requirements.txt and I have deleted the sys line.