-
Hello, I'm having trouble with the last part of the DART installation. If I run the following command
It worked fine before in a previous project, but it stopped working after I did I did a trace and found out it is coming from the Psych 4.0.3 gem. My working project has only 3.0.2 installed. Anyone have an idea how to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Try adding a Also note that DART is deprecated and is not in COSMOS 5. The same ability is present (reduced data) but the current implementation no longer exists. |
Beta Was this translation helpful? Give feedback.
Try adding a
gem 'psych' , '~> 3.3'
to this file: https://github.com/BallAerospace/COSMOS/blob/cosmos4/install/config/dart/Gemfile. You might also have to manually dogem uninstall psych
to remove the existing 4.0.3 gem.Also note that DART is deprecated and is not in COSMOS 5. The same ability is present (reduced data) but the current implementation no longer exists.