-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
Unable to precompile -- "allequal not defined" #1934
Comments
Do you have anything in your global environment? |
Yes, is there any way to pin down what might be causing a conflict? |
Probably due to JuliaDiff/ChainRules.jl#598 |
Yes to the CR 598 issue. Unfortunately nobody seems to be able to reproduce this. If it happens reliably in your setup @zornsllama, try
These steps shouldn't harm anything, but it's possible they may avoid whatever is causing this. |
I also faced this issue. Here is my environment for reproducibility:
EDIT: |
Can you confirm that this is not a case of JuliaDiff/ChainRulesCore.jl#553 (comment)? |
I have, as mentioned in the edit, since updated all packages and thing are working now. So I am unable to do further tests without instantiating the same env. And unfortunately, I simply have more pressing things to do right now. |
When I attempt to add and precompile Flux, I receive the error
LoadError: UndefVarError: allequal not defined
. This problem persists when creating a new environment and adding just Flux, so it seems it's not just a weird dependency issue? Any help would be greatly appreciated!The text was updated successfully, but these errors were encountered: