I am trying to get started with python on VS Code but I keep getting this error when I want to install the matplotlib library.
Consider using the --user
option or check the permissions.
pip install -U --upgrade pip
I tried a lot of different ones but the one below worked for me
pip3 install --upgrade pip --user
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With