-
Notifications
You must be signed in to change notification settings - Fork 70
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
Failing to precompile #708
Comments
@MikaelSlevinsky I assume this has something to do with FastTransforms? Any ideas? |
I think the related issue is JuliaApproximation/FastTransforms.jl#106, though I thought it was already fixed. |
@d-netto can you try updating your packages? You may need to wipe parts of your .julia folder |
@dlfivefifty I've just updated but I'm now getting a |
Stacktrace:
|
What’s your |
|
Hmm can you post your Manifest.toml? I need to see what version BandedMatrices.jl and ArrayLayouts.jl are |
I didn't have BandedMatrices.jl in my packages before. Just added and this is the Pkg.status():
I'm now getting a
|
Might be easiest just to wipe your Manifest and start from scratch |
resolved. thanks |
Closing, as this seems resolved. Please reopen if the issue reappears. |
I've been getting a
ERROR: LoadError: LoadError: InitError: could not load library "/Users/diogo/.julia/artifacts/3677b4b693751024a0923d9e7c6d56da89f15b8e/lib/libgmpxx.4.dylib" dlopen(/Users/diogo/.julia/artifacts/3677b4b693751024a0923d9e7c6d56da89f15b8e/lib/libgmpxx.4.dylib, 1): Library not loaded: @rpath/libgmp.10.dylib Referenced from: /Users/diogo/.julia/artifacts/3677b4b693751024a0923d9e7c6d56da89f15b8e/lib/libgmpxx.4.dylib Reason: Incompatible library version: libgmpxx.4.dylib requires version 15.0.0 or later, but libgmp.dylib provides version 14.0.0
when trying to precompileApproxFun
, but I don't know how to update this library. Could you give me some help?The text was updated successfully, but these errors were encountered: