-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Uninformative error message for non-precompilable module #19017
Comments
What version of julia are you using? I believe this has been fixed on 0.5. |
Thanks for the reminder, @tkelman! I'm using 0.5.0. I've added |
Can you give full reproduction steps? What else is in |
@tkelman: Unfortunately, I can't reproduce, because the error hasn't come back since I restarted the REPL, and I'm not going to push my luck by trying to break my installation again. For what it's worth, here's my current
|
I suspect what may have happened is you might have already had Compat loaded, done a |
That seems consistent with what I experienced. For what it's worth, Julia just automatically recompiled my |
Ran into the same thing with Gadfly and module Measures. This issue here helped, thank you. |
Can this be closed? #19017 (comment) seems to be the solution. |
This warns now. |
After an update, I tried to use the module
Gadfly
and got the following error message.It took me a few minutes of searching to find issue #12508 and learn that I could work around the error by turning the REPL off and on again.
I would have appreciated being told up front, in the error message, that this was an minor annoyance I could work around easily, rather than a major bug that would make
Gadfly
unusable until the next release. (I seem to recall from the issue tracker that such catastrophic bugs have been seen before.)versioninfo()
:Julia Version 0.5.0
Commit 3c9d753 (2016-09-19 18:14 UTC)
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
WORD_SIZE: 64
BLAS: libopenblas (NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: liblapack.so.3
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)
The text was updated successfully, but these errors were encountered: