Skip to content
New issue

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

ruby Launcher #101

Open
vicjunejr opened this issue Dec 28, 2022 · 4 comments
Open

ruby Launcher #101

vicjunejr opened this issue Dec 28, 2022 · 4 comments

Comments

@vicjunejr
Copy link

Hello everyone! I am trying to install OpenSatKit in Ubuntu 18.04. After running the 'bundle install', which installed the missing gems successfully, trying to open the launcher, I received this error:

vicjunejr@vicjunejr-PC:~/OpenSatKit-master/cosmos$ ruby Launcher
Calling DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call DidYouMean.correct_error(error_name, spell_checker)' instead.
Launcher:14:in require': cannot load such file -- cosmos/tools/launcher/launcher (LoadError) from Launcher:14:in block in

'
from /home/vicjunejr/OpenSatKit-master/cosmos/tools/tool_launch.rb:16:in tool_launch' from Launcher:13:in '

Does anyone knows how to resolve this?
A big thanks in advance!

@dmccomas
Copy link
Contributor

dmccomas commented Dec 28, 2022 via email

@jjujju95
Copy link

jjujju95 commented Feb 1, 2023

I also had the same error as above, has anyone solved it?
my ubuntu version 20.04, ruby version also 2.7.0p0

@clxyder
Copy link

clxyder commented Apr 30, 2023

I ran into the same issue earlier this year and was able to successfully run OSK, after some troubleshooting.

But I don't quite remember exactly what I did, but I believe I manually re-installed ruby (verify the correct version) and all of it's dependencies and then updated them.

This is what I get when I run --version for ruby, gem and bundle. Note, I am running this on WSL.

ruby --version
ruby 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux]

gem --version
2.7.6.2

bundle --version
Your RubyGems version (2.7.6.2) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`
Bundler version 2.3.26

@dmccomas
Copy link
Contributor

dmccomas commented May 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants