Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

LoadError after building package #1

Open
craigbradshaw opened this issue Mar 30, 2018 · 1 comment
Open

LoadError after building package #1

craigbradshaw opened this issue Mar 30, 2018 · 1 comment

Comments

@craigbradshaw
Copy link

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

@craigbradshaw
Copy link
Author

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.

barche pushed a commit that referenced this issue Sep 24, 2023
…tions_satState` (#1)

* successfully add get_mol_fraction functions

* add docstrings and edit spacing
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant