-
Notifications
You must be signed in to change notification settings - Fork 238
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Trouble Installing Oceananigans #4133
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
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.
|
Can you format your code with triple backticks? (```) |
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. |
I am running 1.10.4 right now. |
I don't think that will work. You will likely need to upgrade to 1.10.8. |
Upgrading to 1.10.8 fixed the problem. |
Excellent! I'll convert this to a discussion so others can find it |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: