mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-27 02:35:52 +03:00
[GH-ISSUE #58] Six Moves Issue on Windows? #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Spectre0918 on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/58
[!]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 on GitHub (May 20, 2024):
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 on GitHub (May 21, 2024):
Thanks