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

AIBECS precompiling issue #95

Closed
zliangocean opened this issue Oct 26, 2022 · 3 comments
Closed

AIBECS precompiling issue #95

zliangocean opened this issue Oct 26, 2022 · 3 comments

Comments

@zliangocean
Copy link

zliangocean commented Oct 26, 2022

I tried to run julia and use AIBECS in a HPC cluster. When I tried to use AIBECS, it failed to precompile and showed the error below:

I am wondering if you have any sense on it and how to solve it?

julia> using AIBECS
[ Info: Precompiling AIBECS [ace601d6-714c-11e9-04e5-89b7fad23838]
┌ Warning: UnitfulRecipes has been deprecated.
│
│ ```
│ using Unitful, Plots
```
│ should suffice to plot unitful data.
└ @ UnitfulRecipes ~/.julia/packages/UnitfulRecipes/R6doQ/src/UnitfulRecipes.jl:10
ERROR: LoadError: InitError: SystemError: opening file "/julia-1.8.2/share/julia/cert.pem": No such file or directory
@briochemc
Copy link
Member

Ha! Never seen that one... 🤔

But it looks like a problem with your Julia installation, which should contain the missing cert.pem file.

You can maybe try this (source):

sudo wget https://curl.se/ca/cacert.pem -O /usr/share/julia/cert.pem

PS: The UnitfulRecipes warning should go away with the latest AIBECS version.

@zliangocean
Copy link
Author

Thank you so much! It has been solved. The file "cert.pem" is in another directory for some reason.

@briochemc
Copy link
Member

No worries! Let me know if you need any help with AIBECS 😃

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