Skip to content
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

Difficulties installing CUDA on Julia 1.6.0 . #591

Closed
jruiseco opened this issue Dec 5, 2020 · 2 comments
Closed

Difficulties installing CUDA on Julia 1.6.0 . #591

jruiseco opened this issue Dec 5, 2020 · 2 comments

Comments

@jruiseco
Copy link

jruiseco commented Dec 5, 2020

When running

`import Pkg; Pkg.add("CUDA")``

I receive this issue.

ERROR: Unsatisfiable requirements detected for package GPUArrays [0c68f7d7]:
 GPUArrays [0c68f7d7] log:
 ├─GPUArrays [0c68f7d7] has no known versions!
 └─found to have no compatible versions left with CUDA [052768ef]
   └─CUDA [052768ef] log:
     ├─possible versions are: 0.1.0-2.3.0 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-2.3.0

I have tried wiping out every tangentially related folder I could find, and reinstalling CUDA

@jruiseco jruiseco added the bug Something isn't working label Dec 5, 2020
@ali-ramadhan
Copy link

I don't think the latest tagged release of CUDA.jl (v2.3.0) supports Julia 1.6.

You might have better luck with the master branch of CUDA.jl since it includes PR #566

@maleadt
Copy link
Member

maleadt commented Dec 7, 2020

What @ali-ramadhan said.

@maleadt maleadt closed this as completed Dec 7, 2020
@maleadt maleadt removed the bug Something isn't working label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants