Closed jtravs closed 2 years ago
this is probably because julia 1.7 was running in rosseta mode, where 1.8 can run natively on M1
This should work now, CoolProp.jl will choose CoolProp_jll
version 6.4.1 on Julia < 1.6, and version 6.4.2 (which is still the same 6.4.1 binary, but with artifacts for M1) on Julia 1.6 and later. This is because of the compat of the JLL, so no changes to CoolProp.jl are needed.
On Julia 1.8 on an m1 mac I get the following error
My versioninfo is
It works fine on Julia 1.7 on the same system.