-
Notifications
You must be signed in to change notification settings - Fork 34
error installing 0.4.0 on Windows #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @MatthewSteen This error appears to be caused by not loading the Fiddle module.
|
Thanks @kojix2. I have to use Ruby 2.2.4 so it looks like I can't test. Also, that minor 😉 piece of info looks like it's missing from the install instructions, namely the minimum Ruby version requirement.
|
Thanks.
Also If you don't mind, could you tell me the reason why you have to use ruby 2.2? |
@kojix2 I checked out/installed b4bdd7e and added the Seems to be working, although I don't know how to check that Jupyter Lab is running 0.4.0 instead of 0.3.0. I do whole-building energy simulation for work and regularly use the https://github.com/NREL/OpenStudio Ruby API, which is currently using 2.2.4. |
Thanks @MatthewSteen MatthewSteen. |
@MatthewSteen Ruby 2.2 died about two years ago, and Ruby 2.7 will come this month. We must keep IRuby go forward as Ruby evolves. |
@kojix2 to be clear, IRuby is not used in OpenStudio. It has a Ruby API that I use regularly through IRuby. There may be a few other OpenStudio users that also use IRuby for their workflows, but probably not enough to support Ruby 2.2.4. @mrkn thanks for the suggestion. I will probably just use IRuby 0.3.0 until OpenStudio updates to a newer version of Ruby, which is hopefully next year. |
Thanks @mrkn, @MatthewSteen I was impressed to see the IRuby use case. I don't see many people using IRuby besides me. But the principle is important. My commt was careless this time 🤦. |
@kojix2 so far I'm really just using it for the syntax highlighting and passing of objects between cells that IPython's |
I'm getting the following error trying to update from 0.3 to 0.4.0 using Ruby 2.2.4 and Windows 10.
The text was updated successfully, but these errors were encountered: