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
julia>const PyCall = Base.require(Base.PkgId(Base.UUID("438e738f-606a-5dbb-bf0a-cddfbfd45ab0"), "PyCall"))
ERROR: ArgumentError: Package PyCall [438e738f-606a-5dbb-bf0a-cddfbfd45ab0] is required but does not seem to be installed:- Run `Pkg.instantiate()` to install all recorded dependencies.
Stacktrace:
[1] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1306
[2] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[3] macro expansion
@ .\lock.jl:223 [inlined]
[4] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:1195
[5] top-level scope
@ REPL[1]:1
I installed PyJulia using the instructions provided here.
When I run the following commands, I get a JuliaError:
The text was updated successfully, but these errors were encountered: