-
Notifications
You must be signed in to change notification settings - Fork 2
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
Packmol installation fails on precompile (v0.1.10 and v0.1.9) - related to headless system? #9
Comments
|
Thanks for getting back to me so soon!
Update:
This morning I removed the .julia/ directory and retried the same command ( |
I created a branch where the loading of the GUI is conditioned to a system environment variable. You should use as: On you shell (bash here):
Then: julia> import Pkg; Pkg.activate("Packmol"; shared=true); Pkg.add(url="https://github.com/m3g/Packmol.jl"; rev="optional_gui")
julia> using Packmol
julia> run_packmol() # this should return an error message. The non-gui execution should work (with Can you let me know if that works for you? If so, I'll release this version. |
This works exactly as expected! Thank you for your efforts! |
Great. That will be available in Version 0.1.11 to be released at any moment. Thanks for your feedback. |
Error Description
With a clean julia install, running this command:
import Pkg; Pkg.activate("Packmol"; shared=true); Pkg.add("Packmol")
Yields the following error:
Attempted Corrections
Hardware
=== Linux Distribution Info ===
NAME="Rocky Linux"
VERSION="9.4 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.4"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.4 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
SUPPORT_END="2032-05-31"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.4"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.4"
=== Installed Packages ===
=== Julia Version ===
julia version 1.10.2
The text was updated successfully, but these errors were encountered: