You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed python (x,y) 2.7.10 on my computer. Also, I have installed the CoolProp using:
python -m pip install CoolProp==6.3.0
Now, when I want to run the Cycle.py code, it gives me this error:
File "Correlations.py", line 2, in
from CoolProp.CoolProp import Props,IsFluidType
ImportError: cannot import name IsFluidType
I am wondering what I can do for solving this problem.
Regards,
Amir Ebrahimifakhar
The text was updated successfully, but these errors were encountered:
Hi.
I have downloaded the ACHP source codes from this address:
https://sourceforge.net/p/achp/code/HEAD/tree/trunk/ACHP/
I have installed python (x,y) 2.7.10 on my computer. Also, I have installed the CoolProp using:
python -m pip install CoolProp==6.3.0
Now, when I want to run the Cycle.py code, it gives me this error:
File "Correlations.py", line 2, in
from CoolProp.CoolProp import Props,IsFluidType
ImportError: cannot import name IsFluidType
I am wondering what I can do for solving this problem.
Regards,
Amir Ebrahimifakhar
The text was updated successfully, but these errors were encountered: