We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running sam build:
sam build
ERROR: fatal: error thrown and no exception handler available. ErrorException("ccall requires the compiler")
ccall
The text was updated successfully, but these errors were encountered:
The solution to this is at https://discourse.julialang.org/t/cant-open-julia-repl-on-linux-hpc-server/86245/4
The calls to the julia binary need to have LD_LIBRARY_PATH="" prepended.
LD_LIBRARY_PATH=""
Sorry, something went wrong.
This is in 2 places: the Dockerfile and also in the bootstrap file.
No branches or pull requests
When running
sam build
:ERROR: fatal: error thrown and no exception handler available.
ErrorException("
ccall
requires the compiler")The text was updated successfully, but these errors were encountered: