Luke Erickson
Luke Erickson
Unfortunately, I have no idea how to do that. My goal was mostly to have this information posted so that others could find it and solve it the same way...
@ibell Thanks, we're looking forward to a smoother version of this install. When I try to follow your instructions, ``` cmake .. ... CMake Error at CMakeLists.txt:86 (file): file COPY...
Just had the same issue on a new install of CoolProp 6.3.0 on Python 3.8.0 on Windows 10. Any resolution to this problem? Here's the full traceback: PropsSI('D', 'T', 298.,...
Still seeing the same problem with 6.4.1 unfortunately. We're using Windows 10, Python 3.8.0. If a permanent fix is this challenging, can you recommend a work around in the mean...
The type error on importing CoolProp into a python script: ``` >>> import CoolProp Traceback (most recent call last): ... CoolProp.get_global_param_string('fluids_list').split(',') File "CoolProp.pyx", line 303, in CoolProp.CoolProp.get_global_param_string File "stringsource", line...
That didn't work using a virtual environment based on python as downloaded from python.org. However, we installed miniconda and were able to duplicate your results, successfully installing coolprop. It seems...