Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

CoolProp does not load on Julia 0.7 #3

Open
alblaz opened this issue Sep 6, 2018 · 2 comments
Open

CoolProp does not load on Julia 0.7 #3

alblaz opened this issue Sep 6, 2018 · 2 comments

Comments

@alblaz
Copy link
Contributor

alblaz commented Sep 6, 2018

Loading CoolProp on Julia 0.7 return

"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?

@skahroba
Copy link

skahroba commented Sep 12, 2018

Loading CoolProp on Julia 0.7 return

"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?

@alblaz
Copy link
Contributor Author

alblaz commented Oct 18, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants