-
Notifications
You must be signed in to change notification settings - Fork 562
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
How to use GR_jll in Google Colab? #6089
Comments
Is the environment variable ENV["LD_LIBRARY_PATH"] if it's set to a non-empty value you should see the string printed to string, if it isn't set at all you should get an error about the key
help? |
@giordano
|
When you start julia, start it with
instead of
This has to be done outside of the |
How do I do that in google colab? https://colab.research.google.com/drive/1RLc2DAnQ0pRguGasg2-nSmdRbsbLNYeb?usp=sharing#scrollTo=GIeFXS0F0zww
Where do I put it? |
I have no clue, I never used Colab. |
Sounds like Julia in Colab, which was never supported by Google, is broken everywhere: JuliaLang/julia#48461. Not really much we can do about. |
See https://discourse.julialang.org/t/google-colab-compatibility-broken/93004/19. Closing in favour of googlecolab/colabtools#3385. |
https://colab.research.google.com/drive/1RLc2DAnQ0pRguGasg2-nSmdRbsbLNYeb?usp=sharing#scrollTo=L5gRrpzpjs7A
Colab file
I am trying to use AlphaZero.jl in Colab but getting the this error:
Using import GR_jll:
How do I fix this?
The text was updated successfully, but these errors were encountered: