Ian, thank you for you reply!
I've already tried it! Thinking about, I should have listed my attempts in order to make it work. Anyway, for the link you sent me it return the following:
"
Traceback (most recent call last):
File "/home/BigT/Coolprop/CoolProp/wrappers/Python/setup.py", line 249, in <module>
import Cython
ModuleNotFoundError: No module named 'Cython'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/BigT/Coolprop/CoolProp/wrappers/Python/setup.py", line 251, in <module>
raise ImportError("Cython not found, please install it. You can do a pip install Cython")
ImportError: Cython not found, please install it. You can do a pip install Cython
"
However, Cython is already installed. When I try to run pip install Cython, it returns me:
"
Requirement already satisfied: Cython in /home/BigT/.local/lib/python3.9/site-packages (0.29.24)
"
For my attempts: I have tried downgrade python to 3.8, which I read that is supported by CoolProp (by downgrade I mean virtualenviroment which I have tried with Ananconda, pyenv and pipenv). I did install a successful environment with python 3.8 which installed CoolProp, but it seems that Jupyter Notebook will load the most recent version o python despite being load on a virtualenvironment. After this point I crossed with the git link and I'm trying to build it!
Thank you!