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

6 dependencies errored #112

Closed
StepHaze opened this issue Apr 26, 2022 · 4 comments
Closed

6 dependencies errored #112

StepHaze opened this issue Apr 26, 2022 · 4 comments

Comments

@StepHaze
Copy link

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 packages

What will I do? Thanks

@StepHaze
Copy link
Author

With which version of Julia did you test AlphaZero.jl project?

@jonathan-laurent
Copy link
Owner

I just tested AlphaZero.jl with Julia 1.7.2 and did not run into a problem.
Note that if you are running into some problems compiling dependencies, the issue is with those dependencies and not with AlphaZero.jl.

@StepHaze
Copy link
Author

I just tested AlphaZero.jl with Julia 1.7.2 and did not run into a problem. Note that if you are running into some problems compiling dependencies, the issue is with those dependencies and not with AlphaZero.jl.

How do you run it?
I ran it so:

git clone --branch v0.5.0 https://github.com/jonathan-laurent/AlphaZero.jl.git
cd AlphaZero.jl
julia --project -e 'import Pkg; Pkg.instantiate()'

@dave7895
Copy link

What do you see when you run the suggested import Pkg; Pkg.precompile()?
assuming you instantiated the env, run and see if it still errors, and if it does what the exact errors are.

cd AlphaZero.jl
julia --project
julia> import Pkg
julia> Pkg.precompile()

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