Skip to content

trouble with download version 4.5.1 in Ubuntu 18.04 #1442

Answered by ghost
WOODUCK asked this question in Q&A
Discussion options

You must be logged in to vote

COSMOS 4 is increasing hard to support on modern nix systems because we are forced to use Ruby 2.5 (unsupported) to allow the use of qtbindings which uses Qt 4.8.6 (really unsupported). However, it looks like the issue above is that Nokogiri didn't get installed. It looks like it grabbed the correct gem "nokogiri-1.13.1-x86_64-linux.gem". I don't know what the 403 error is about. Try manually installing with gem install nokogiri and also try installing a specific version like gem install nokogiri -v 1.12.5. Ensure the COSMOS Ruby 2.5 is in the path before trying the gem install.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant