Uable to install python packages

getting this error used to get it in windows 10 as well

ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none)
ERROR: No matching distribution found for matplotlib

What error?

PS: Don’t use sudo pip. :slight_smile:

wont let me upload a photo or paste te=he error lol
WARNING: Retrying connection broken readTimeError

anyone please?

I dont know if this will work.
create an environment

python3 -m venv test-env

Activate the env:

source test-env/bin/activate

now install the package:

pip install wheel
pip install matplotlib
1 Like

dosent work

Please post the exact error messages. Otherwise we can’t help you.