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

GR backend missing GKSTerm.app on macOS Sonoma Version 14.3 (23D56) #4879

Closed
varnerlab opened this issue Jan 27, 2024 · 3 comments
Closed

GR backend missing GKSTerm.app on macOS Sonoma Version 14.3 (23D56) #4879

varnerlab opened this issue Jan 27, 2024 · 3 comments
Labels
bug GR upstream julia or dependencies

Comments

@varnerlab
Copy link

Details

  1. I installed the Plots package (v1.40.0) into a local project with the package manager from the REPL and closed the REPL.
  2. I Started Julia using the --project=. flag and then issued the using Plots command. I tried to plot some random numbers using plot(rand(100)).
  3. It crashed, but sometimes it also just hangs the REPL. The error message says it can't find the GSKTerm app. I'm assuming AAPL moved stuff during the update to 14.3, but I'm not sure. Help?
  4. Other backends, e.g., Pythonplot, work okay (but it's the only one I tested).

See the screenshot for crash details:
Screenshot 2024-01-27 at 11 33 06 AM

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pythonplot x
plotlyjs x
pgfplotsx x
unicodeplots x
inspectdr x
gaston x

Versions

Plots.jl version:
Backend version (]st -m <backend(s)>): GR v0.73.1
Output of versioninfo():
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 10 × Apple M1 Max
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 on 8 virtual cores

@juliasloan25
Copy link

juliasloan25 commented Jan 30, 2024

I'm also seeing this on MacOS v12.7.2, and not on Linux or Windows. I don't get the error when using Plots v1.39.0, so maybe this was introduced in v1.40.0

@BeastyBlacksmith BeastyBlacksmith added GR upstream julia or dependencies labels Jan 30, 2024
@BeastyBlacksmith
Copy link
Member

CC @jheinen

@jheinen
Copy link
Member

jheinen commented Jan 31, 2024

The problem is fixed in GR 0.73.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug GR upstream julia or dependencies
Projects
None yet
Development

No branches or pull requests

4 participants