ERROR: Could not find a version that satisfies the requirement shutil (from versions: none)
Bitzero0101 opened this issue · 3 comments
Bitzero0101 commented
ahmedkhlief commented
Can you copy all the error message to debug
Bitzero0101 commented
Can you copy all the error message to debug
ERROR: Could not find a version that satisfies the requirement shutil (from versions: none)
ERROR: No matching distribution found for shutil
iliyasam commented
My problem solved with this solution.
Just execute python command then enter "import shutil" if didn't get error just execute this command in your terminal
nano install.sh
then remove line wich has "pip3 install shutil"
Then press shift + x and save it and again execute install.sh