-
Hi. I want to install COSMOS v4.5.1 in Ubuntu 18.4. I referred to your link 'https://cosmosc2.com/docs/v4/installation' for installation, but I couldn`t use it yet. Here is terminal So, I wonder this link 'https://cosmosc2.com/docs/v4/installation' isn`t suitable for Ubuntu 18.04 or version 4.5.1?? I look forward to your reply. Kind regards** |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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 likegem install nokogiri -v 1.12.5
. Ensure the COSMOS Ruby 2.5 is in the path before trying the gem install.