-
Notifications
You must be signed in to change notification settings - Fork 359
Description
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)