You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to this and i am trying to add the pkg Zygote in order to find a drevitive to function that i have but it always show me the error below
julia> Pkg.add("Zygote")
Updating registry at ~/.juliapro/JuliaPro_v1.4.0-1/registries/JuliaPro
┌ Warning: token refresh failure
│ file = "/Users/Ahem JB/.juliapro/JuliaPro_v1.4.0-1/servers/pkg.juliacomputing.com/auth.toml"
│ url = "https://pkg.juliacomputing.com/auth/renew/token.toml/v2/"
│ err =
│ Could not download https://pkg.juliacomputing.com/auth/renew/token.toml/v2/ to /var/folders/0k/td8qt_gx3wqcpdw99g2687200000gn/T/jl_8XwYSj:
│ ProcessFailedException(Base.Process[Process(/usr/bin/curl '-HAuthorization: Bearer ChluZGhrMmJ0MnI2bmRsY2RldGZyYjNpbHFlEhl3b3h3NW9hZ3ZrY25xcmRreXJreWJxZXZk' '-HJulia-Pkg-Protocol: 1.0' '-HJulia-Version: 1.4.0' '-HJulia-System: x86_64-apple-darwin14-libgfortran5' '-HJulia-Client-UUID: 62349ad8-6b36-4556-b4bf-3b797cbdffc2' '-HJulia-Salt-Hash: 4455b296bee7179fc4c4b017c55b8213b8b77dd3' '-HJulia-Project-Hash: 527b5322c66bb3323f034247a9c4b44815b4f91c' '-HJulia-CI-Variables: APPVEYOR=n;CI=n;CIRCLECI=n;CONTINUOUS_INTEGRATION=n;GITHUB_ACTION=n;GITLAB_CI=n;JULIA_CI=n;TF_BUILD=n;TRAVIS=n' '-HJulia-Interactive: true' -C - '-#' -f -o /var/folders/0k/td8qt_gx3wqcpdw99g2687200000gn/T/jl_8XwYSj -L https://pkg.juliacomputing.com/auth/renew/token.toml/v2/, ProcessExited(22))])
└ @ Pkg.PlatformEngines /Users/vagrant/worker/juliapro-release-osx1011-0_6/build/tmp_julia/Julia-1.4.app/Contents/Resources/julia/share/julia/stdlib/v1.4/Pkg/src/PlatformEngines.jl:703
The text was updated successfully, but these errors were encountered:
Hello,
I am new to this and i am trying to add the pkg Zygote in order to find a drevitive to function that i have but it always show me the error below
julia> Pkg.add("Zygote")
Updating registry at
~/.juliapro/JuliaPro_v1.4.0-1/registries/JuliaPro
┌ Warning: token refresh failure
│ file = "/Users/Ahem JB/.juliapro/JuliaPro_v1.4.0-1/servers/pkg.juliacomputing.com/auth.toml"
│ url = "https://pkg.juliacomputing.com/auth/renew/token.toml/v2/"
│ err =
│ Could not download https://pkg.juliacomputing.com/auth/renew/token.toml/v2/ to /var/folders/0k/td8qt_gx3wqcpdw99g2687200000gn/T/jl_8XwYSj:
│ ProcessFailedException(Base.Process[Process(
/usr/bin/curl '-HAuthorization: Bearer ChluZGhrMmJ0MnI2bmRsY2RldGZyYjNpbHFlEhl3b3h3NW9hZ3ZrY25xcmRreXJreWJxZXZk' '-HJulia-Pkg-Protocol: 1.0' '-HJulia-Version: 1.4.0' '-HJulia-System: x86_64-apple-darwin14-libgfortran5' '-HJulia-Client-UUID: 62349ad8-6b36-4556-b4bf-3b797cbdffc2' '-HJulia-Salt-Hash: 4455b296bee7179fc4c4b017c55b8213b8b77dd3' '-HJulia-Project-Hash: 527b5322c66bb3323f034247a9c4b44815b4f91c' '-HJulia-CI-Variables: APPVEYOR=n;CI=n;CIRCLECI=n;CONTINUOUS_INTEGRATION=n;GITHUB_ACTION=n;GITLAB_CI=n;JULIA_CI=n;TF_BUILD=n;TRAVIS=n' '-HJulia-Interactive: true' -C - '-#' -f -o /var/folders/0k/td8qt_gx3wqcpdw99g2687200000gn/T/jl_8XwYSj -L https://pkg.juliacomputing.com/auth/renew/token.toml/v2/
, ProcessExited(22))])└ @ Pkg.PlatformEngines /Users/vagrant/worker/juliapro-release-osx1011-0_6/build/tmp_julia/Julia-1.4.app/Contents/Resources/julia/share/julia/stdlib/v1.4/Pkg/src/PlatformEngines.jl:703
The text was updated successfully, but these errors were encountered: