We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried adding the ThinkJulia package into a completely clean environment on a Mac mini M1 running Ventura 13.0.1;
Complete error message: ERROR: Error building GR: tar: Error opening archive: Failed to open 'downloads/gr-0.48.0-Darwin-aarch64.tar.gz' [ Info: Downloading pre-compiled GR 0.48.0 Darwin binary [ Info: Using insecure connection [ Info: Cannot download GR run-time ERROR: LoadError: failed process: Process(tar xzf downloads/gr-0.48.0-Darwin-aarch64.tar.gz, ProcessExited(1)) [1]
tar xzf downloads/gr-0.48.0-Darwin-aarch64.tar.gz
The text was updated successfully, but these errors were encountered:
Here is the Stack Trace: Stacktrace: [1] pipeline_error @ ./process.jl:565 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:480 [3] run(::Cmd) @ Base ./process.jl:477 [4] top-level scope @ ~/.julia/packages/GR/yMV3y/deps/build.jl:134 [5] include(fname::String) @ Base.MainInclude ./client.jl:476 [6] top-level scope @ none:5 in expression starting at /Users/edwardterrell/.julia/packages/GR/yMV3y/deps/build.jl:74
Sorry, something went wrong.
No branches or pull requests
I tried adding the ThinkJulia package into a completely clean environment on a Mac mini M1 running Ventura 13.0.1;
Complete error message:
ERROR: Error building
GR
:tar: Error opening archive: Failed to open 'downloads/gr-0.48.0-Darwin-aarch64.tar.gz'
[ Info: Downloading pre-compiled GR 0.48.0 Darwin binary
[ Info: Using insecure connection
[ Info: Cannot download GR run-time
ERROR: LoadError: failed process: Process(
tar xzf downloads/gr-0.48.0-Darwin-aarch64.tar.gz
, ProcessExited(1)) [1]The text was updated successfully, but these errors were encountered: