mrh0wl / Cloudmare

Cloudflare, Sucuri, Incapsula real IP tracker.
Other
1.29k stars 196 forks source link

Six Moves Issue on Windows? #58

Closed Spectre0918 closed 5 months ago

Spectre0918 commented 6 months ago

[!]WARNING: thirdparty.urllib3.packages.six.moves module is required. Do you want to install? [Y/n]Y ERROR: Could not find a version that satisfies the requirement thirdparty.urllib3.packages.six.moves (from versions: none) ERROR: No matching distribution found for thirdparty.urllib3.packages.six.moves [-]ERROR: thirdparty.urllib3.packages.six.moves module is not installed! Try to install it manually. [!]WARNING: thirdparty.urllib3.packages.six.moves module is required. Do you want to install? [Y/n]Y

TheSulak3 commented 5 months ago

uninstall python 3.12 and install 3.11, there u go, then instal urllib3 manually with this command "pip install urllib3" without quotes

Spectre0918 commented 5 months ago

Thanks