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
After commenting out some code, they somehow all got stuck when importing TrajOptPlots. Example error:
ERROR: LoadError: ArgumentError: Package TrajOptPlots not found in current path:
- Run `import Pkg; Pkg.add("TrajOptPlots")` to install the TrajOptPlots package.
Stacktrace:
[1] require(::Module, ::Symbol) at ./loading.jl:892
[2] include(::Module, ::String) at ./Base.jl:377
[3] exec_options(::Base.JLOptions) at ./client.jl:288
[4] _start() at ./client.jl:484
in expression starting at /home/jingchi/TrajectoryOptimization.jl/examples/benchmark_problems.jl:3
I tried install the latest version of TrajOptPlots with the following cmd:
ERROR: Unsatisfiable requirements detected for package TrajOptCore [6e71adf8]:
TrajOptCore [6e71adf8] log:
├─TrajOptCore [6e71adf8] has no known versions!
└─restricted to versions * by TrajOptPlots [7770976a] — no versions left
└─TrajOptPlots [7770976a] log:
├─possible versions are: 0.1.0 or uninstalled
└─TrajOptPlots [7770976a] is fixed to version 0.1.0
Then I tried to install TrajOptCore, which also failed.
My questions are
How do I get a slightly more complex problem up and running without messing with dependencies?
What is the proper way to install TrajOptPlots.jl and TrajOptCore?
The text was updated successfully, but these errors were encountered:
Yes, this was indeed a problem since I haven't registered the TrajOptPlots package yet. As soon as I get that package registered and get this notebook working properly I'll close this issue.
I had a very hard time trying to get some of the examples running. I tried
After commenting out some code, they somehow all got stuck when importing
TrajOptPlots
. Example error:I tried install the latest version of
TrajOptPlots
with the following cmd:which failed with the following error:
Then I tried to install
TrajOptCore
, which also failed.My questions are
TrajOptPlots.jl
andTrajOptCore
?The text was updated successfully, but these errors were encountered: