Closed stevenchern closed 3 years ago
Hey @stevenchern, thanks for reporting! Based on this discussion (https://github.com/oracle/truffleruby/issues/1924), it looks like you can either:
I changed the gem version to 0.3.4 and it worked. The ruby version in this application is 2.6.3
Just in case someone is using Ubuntu, it worked with gem version 0.4.0 and ruby version 2.6.3. Pushing it to Heroku also worked with these versions.
Great, glad it's working. 0.3.4 should work on Mac with Ruby 2.6 since it doesn't use C++17, and 0.4.0 should work on Linux with Ruby 2.6 since it uses GCC instead of Clang (basically, Ruby 2.6 + Clang + C++17 is causing the error).
Hi, I'm having a problem installing gem. I run:
gem install or-tools -v '0.4.0'
and I get the error below: