[Tutor] Error When Using CoolProp

Mats Wichmann mats at wichmann.us
Fri Dec 10 16:51:11 EST 2021


On 12/10/21 13:49, Bernard Marjaba wrote:
> Ok I changed the version like you said, and coolprop is successfully 
> installed. Now I’m getting this error when trying to install matplotlib. 
> I already installed pip for python 3.8, but i think the issue here is 
> accessing the right path, because here it shows its accessing 2.7 
> instead of 3.8. How do I fix this issue?

Use the python for installing that you intend to use for running.

if "python" is 2.7 and "python3" is 3.8, then the install should be

python3 -m pip install -U matplotlib


More information about the Tutor mailing list