Error installing Urbanopt 0.14.0 #498
-
I installed Urbanopt 0.14.0 on Mac using the installer downloaded from http://urbanopt-cli-installers.s3-website-us-west-2.amazonaws.com/ and followed the instructions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @crossingchen, Here is one thing to try: in your project gemfile, above the line that references openstudio-common-measures, add this line: Then you can rerun bundle install and hopefully that will fix the issue. Let me know how it goes and we can troubleshoot further if needed! |
Beta Was this translation helpful? Give feedback.
Hi @crossingchen,
Looks like rchardet is a dependency of git, which is required by openstudio_measure_tester. v1.9.0 was just released 3 days ago and it unfortunately doesn't seem to have been locked down enough in git to avoid a ruby version issue.
Here is one thing to try: in your project gemfile, above the line that references openstudio-common-measures, add this line:
gem 'rchardet', '1.8.0'
Then you can rerun bundle install and hopefully that will fix the issue. Let me know how it goes and we can troubleshoot further if needed!