-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation configuration problem #28
Comments
I leave CUDA uninstalled. The above message is updated. I use Julia 1.10, and the configuration problem seems to come from the Flux and GPUCompiler package requirements for CUDA. |
It seems that Flux 0.13 can't be installed due to compatibility issues. Can you try to install Flux 0.13 to verify? If so, I would relax the Flux requirement in Project.toml and open a PR. I do not foresee any hurdle with Flux 0.14. Thanks. |
Sure, let me give it a try. FYI, adding JutulDarcyRules works on Julia 1.8. |
Yes. I cannot install Flux 0.13, I get the same error message as below. (@v1.10) pkg> add [email protected] |
I try to install JutulDarcyRules on an Intel i7 x64 processor, and I get a configuration problem with the package CUDA. And I get the following error message.
(@v1.10) pkg> add JutulDarcyRules
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CUDA [052768ef]:
CUDA [052768ef] log:
├─possible versions are: 0.1.0-5.3.4 or uninstalled
├─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0-5.3.4] or uninstalled
├─restricted by compatibility requirements with LLVM [929cbde3] to versions: 3.3.3-5.3.4 or uninstalled
│ └─LLVM [929cbde3] log:
│ ├─possible versions are: 0.9.0-7.0.0 or uninstalled
│ └─restricted by julia compatibility requirements to versions: 4.0.0-7.0.0 or uninstalled
├─restricted by compatibility requirements with Flux [587475ba] to versions: 2.1.0-4.4.2, leaving only versions: 3.3.3-4.4.2
│ └─Flux [587475ba] log:
│ ├─possible versions are: 0.4.1-0.14.15 or uninstalled
│ └─restricted by compatibility requirements with JutulDarcyRules [41f0c4f5] to versions: 0.12.0-0.13.17
│ └─JutulDarcyRules [41f0c4f5] log:
│ ├─possible versions are: 0.2.2-0.2.7 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions: 0.2.2-0.2.7
└─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 5.0.0-5.3.4 or uninstalled — no versions left
└─GPUCompiler [61eb1bfa] log:
├─possible versions are: 0.1.0-0.26.4 or uninstalled
└─restricted by julia compatibility requirements to versions: 0.22.0-0.26.4 or uninstalled
The text was updated successfully, but these errors were encountered: