Replies: 7 comments
-
Using any version earlier than the present one fixes the issue (such as v0.95.11). But, a warning of a circular dependence which includes KernelAbstractions is thrown.
|
Beta Was this translation helpful? Give feedback.
-
Can you format your code with triple backticks? (```) |
Beta Was this translation helpful? Give feedback.
-
I suggest moving this to a discussion because it is unlikely to be an issue with source code... however, solving this may have important lessons for others so it would be nice to have a more persistent discussion open. I think the first question is what version of Julia? Try using 1.10.8. |
Beta Was this translation helpful? Give feedback.
-
I am running 1.10.4 right now. |
Beta Was this translation helpful? Give feedback.
-
I don't think that will work. You will likely need to upgrade to 1.10.8. |
Beta Was this translation helpful? Give feedback.
-
Upgrading to 1.10.8 fixed the problem. |
Beta Was this translation helpful? Give feedback.
-
Excellent! I'll convert this to a discussion so others can find it |
Beta Was this translation helpful? Give feedback.
-
If I start with an empty Julia environment and run
add Oceananigans
I get the following error:
If I start again from an empty project and run
add KernelAbstractions
it installs fine. Adding Oceananigans leads to the same error as above.
Beta Was this translation helpful? Give feedback.
All reactions