How to install coolprop in matlab on mac
26 次查看(过去 30 天)
显示 更早的评论
I need use coolprop with matlab in my work. But I have met some problem of how to install coolprop in matlab. I have install python and I used the terminal to install the pip. But in Matlab, it cannot find the pip. Can anyone give me some advices?
回答(1 个)
Infinite_king
2024-1-10
Hi Qi Nie,
It looks like the error is emanating from the call to 'clang.' The prerequisites for the 'Coolprop' wrapper include a C++ compiler. The C++ compiler might not be configured properly.
Follow the below troubleshooting steps to resolve the error,
- Make sure supported C+ Compiler was installed and configured properly.
- Refer this link for supported compilers :- https://www.mathworks.com/support/requirements/supported-compilers.html
- Setup the default compiler, refer the following link :- https://www.mathworks.com/help/matlab/matlab_external/changing-default-compiler.html.
- Make sure the following requirements are met before installing 'Coolprop', http://www.coolprop.org/coolprop/wrappers/index.html#:~:text=Android-,Common%20Wrapper%20Prerequisites,-%C2%B6
- Install the 'Coolprop' again.
Hope this is helpful.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!