You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ERROR: LoadError: UndefVarError: include not defined".
Substituting Base.include instead of include at "~.julia\dev\CoolProp\src\CoolProp.jl:12" fixes this error (although a new warning is introduced) but the following new error pops up:
ERROR: KeyError: key CoolProp [e084ae63-2819-5025-826e-f8e611a84251] not found
I am stuck at this point. Do you have any insights to fix this?
The text was updated successfully, but these errors were encountered:
"ERROR: LoadError: UndefVarError: include not defined".
Substituting Base.include instead of include at "~.julia\dev\CoolProp\src\CoolProp.jl:12" fixes this error (although a new warning is introduced) but the following new error pops up:
ERROR: KeyError: key CoolProp [e084ae63-2819-5025-826e-f8e611a84251] not found
I am stuck at this point. Do you have any insights to fix this?
I am getting the same error. Did you find a solution?
HI there,
I managed to get CoolProp.jl to work on julia v1.0.1. I updated the src code and the testing suite to the new syntax. The tests pass and I get only 5 warnings. For some reason I could not make it work with the original src tree organization and I had to modify it quite a bit. The changes that I did are not compatible with older versions of julia but I don't think this is a major problem since it is very unlikely that people will use older versions of julia.
Loading CoolProp on Julia 0.7 return
Substituting
Base.include
instead ofinclude
at "~.julia\dev\CoolProp\src\CoolProp.jl:12" fixes this error (although a new warning is introduced) but the following new error pops up:I am stuck at this point. Do you have any insights to fix this?
The text was updated successfully, but these errors were encountered: