-
Notifications
You must be signed in to change notification settings - Fork 140
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
6 dependencies errored #112
Comments
With which version of Julia did you test AlphaZero.jl project? |
I just tested AlphaZero.jl with Julia 1.7.2 and did not run into a problem. |
How do you run it? git clone --branch v0.5.0 https://github.com/jonathan-laurent/AlphaZero.jl.git |
What do you see when you run the suggested
|
Very interesting project, but there's an issue.
Environment: julia version 1.7.2, Ubuntu 18.04, NVIDIA GeForce GTX 1650/PCIe/SSE2 (GPU drivers were installed and work well with Python's libraries)
I ran for the first time:
julia --project -e 'import Pkg; Pkg.instantiate()'
and got:
Precompiling project...
✗ ChainRules
✗ CUDA
✗ NNlibCUDA
✗ Zygote
✗ Flux
✗ AlphaZero
158 dependencies successfully precompiled in 77 seconds (4 already precompiled)
6 dependencies errored. To see a full report either run
import Pkg; Pkg.precompile()
or load the packagesWhat will I do? Thanks
The text was updated successfully, but these errors were encountered: