Skip to content

Error installing Urbanopt 0.14.0 #498

Answered by kflemin
crossingchen asked this question in Q&A
Discussion options

You must be logged in to vote

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!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@crossingchen
Comment options

@kflemin
Comment options

@kflemin
Comment options

@crossingchen
Comment options

@crossingchen
Comment options

Answer selected by kflemin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants