We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I delated setup() from code, and install with pip requriments, like in other issue #64 but i got that, when i run setup.py
sudo python3 setup.py install
Downloading IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN.BIN... -1 / unknownTraceback (most recent call last): File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/reconspider/setup.py", line 40, in wget.download(url,out=filepath) File "/usr/local/lib/python3.11/dist-packages/wget.py", line 533, in download filename = filename_fix_existing(filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/wget.py", line 269, in filename_fix_existing name, ext = filename.rsplit('.', 1) ^^^^^^^^^ ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I delated setup() from code, and install with pip requriments, like in other issue #64 but i got that, when i run setup.py
sudo python3 setup.py install
Downloading IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN.BIN...
-1 / unknownTraceback (most recent call last):
File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/reconspider/setup.py", line 40, in
wget.download(url,out=filepath)
File "/usr/local/lib/python3.11/dist-packages/wget.py", line 533, in download
filename = filename_fix_existing(filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wget.py", line 269, in filename_fix_existing
name, ext = filename.rsplit('.', 1)
^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered: