-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Could not load library "libGR.dll" #1720
Comments
Please try:
|
Had the same problem under linux:
Building the
Loading
|
@orswan : Did the package build solve the problem? |
Actually, before you suggested it, I just did a total reinstall of Julia, including deleting |
@jheinen julia> versioninfo() |
This worked for me on Windows. Had to restart julia to get the re-build to take effect, but it works. |
FWIW rebuilding worked for me in OSX |
On Mac OSX 10.11.6 with Plots v0.24.0 and Julia 1.1.0 I just got the error
and |
My Plots package was working, but it was suddenly not. I started using Plots with a pyplot backend, so I tried using the pyplot backend ( |
I have the same problem when using Plots. ENV["GRDIR"]="" but I receive the following message error: Updating registry at Stacktrace: |
Please try to |
Yes, it works! Thank you very much, that's really helpful. |
Solved the issue on Windows 10. julia> versioninfo()
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake) Thank you! |
plot(rand(100)) I tried |
Did you |
I tried to build, but it is taking forever.I used GR backend plot with earlier version . But don’t what's going on my laptop.today I deleted completely then reinstalled julia 1.5 then it worked fine. |
Hi, I ran into this issue myself with a fresh julia 1.9.3 install on a new macOS 13.4 system. The environment variable pointed to a directory |
Was there an old GR installation? Did you |
This was completely fresh - this is my first time using Julia so nothing Julia related was on the computer until installed Julia, then added ITensors and Plots. In case ITensors was the issue I removed it, and installed Plots by itself with the same result. |
Could you please try to install GR v0.72.10 in an empty environment and start
|
Thanks, I deleted |
I have the same issue, similar hardware (on mac os 14 and apple silicon) and it happens almost everytime I create a new project env and reinstall plots in the new local environment. May try to reinstall from scratch as well. It manages to build but still will refuse to work. The build log has some warnings though :
|
Unfortunately, I cannot reproduce the problem. Could you briefly describe in a minimal example/workflow how the problem arises for you. |
Something has broken in GR:
I've successfully used GR recently, but something apparently broke when I tried to install Plotly. The installation of Plotly failed, and now I can't use GR either. Any tips on fixing this problem?
The text was updated successfully, but these errors were encountered: