0. I had Python 3.8, now installed Anaconda3-2021.05-Linux-x86_64.
1. Installed already.
2. In Matlab:
>> pyversion
version: '3.8'
executable: '/usr/bin/python3.8'
library: 'libpython3.8.so.1.0'
home: '/usr'
isloaded: 0
>> runtests('/home/hoe/Yegor/Astro_PhD/CSULB-CGU_PhD_in_Engineering_and_Computational_Mathematics/Graduate Assistantship/CoolProp.sources/wrappers/MATLAB/CoolPropWrapperTests.m')
Running CoolPropWrapperTests
================================================================================
Error occurred in CoolPropWrapperTests/testPythonSetup and it did not run to completion.
---------
Error ID:
---------
'MATLAB:Python:PyException'
--------------
Error Details:
--------------
Error using __init__>_sanity_check (line 216)
Python Error: RuntimeError: The current Numpy installation ('/usr/lib/python3/dist-packages/numpy/__init__.py')
fails to pass simple sanity checks. This can be caused for example by incorrect BLAS library being linked in, or
by mixing package managers (pip, conda, apt, ...). Search closed numpy issues for similar problems.
Error in __init__><module> (line 218)
Error in <frozen importlib>_call_with_frames_removed (line 219)
Error in <frozen importlib>exec_module (line 848)
Error in <frozen importlib>_load_unlocked (line 671)
Error in <frozen importlib>_find_and_load_unlocked (line 975)
Error in <frozen importlib>_find_and_load (line 991)
Error in <frozen importlib>_gcd_import (line 1014)
Error in __init__>import_module (line 127)
================================================================================
.