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
LoadError: LoadError: syntax: "<" is not a unary operator
while loading C:\Users\craig\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\CoolProp\src../deps/lib/CoolProp.jl, in expression starting on line 1
while loading C:\Users\craig\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\CoolProp\src\CoolProp.jl, in expression starting on line 12
in require at base\loading.jl:405
in _require at base\loading.jl:490
in eval at base\boot.jl:235
in include_from_node1 at base\loading.jl:576
in include at base\sysimg.jl:14
in include_from_node1 at base\loading.jl:576
The text was updated successfully, but these errors were encountered:
I have made it a bit further with this. The "CoolProp.jl" located in "\deps\lib" looks like it is some kind of html file. Replacing this file with the "CoolProp.jl" from the CoolProp repository has eliminated this error and I can run some of the simple examples in the "CoolProp.jl" file.
I installed the CoolProp package with:
Pkg.clone("https://github.com/vimalaad/CoolProp.jl.git")
Pkg.build("CoolProp")
Then tried:
using CoolProp
I received the following error:
LoadError: LoadError: syntax: "<" is not a unary operator
while loading C:\Users\craig\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\CoolProp\src../deps/lib/CoolProp.jl, in expression starting on line 1
while loading C:\Users\craig\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\CoolProp\src\CoolProp.jl, in expression starting on line 12
in require at base\loading.jl:405
in _require at base\loading.jl:490
in eval at base\boot.jl:235
in include_from_node1 at base\loading.jl:576
in include at base\sysimg.jl:14
in include_from_node1 at base\loading.jl:576
The text was updated successfully, but these errors were encountered: