openstudio-workflow gem error
When running OS CLI v2.9.0 am getting the following error.
Exception: Embedded file not found ':c:/ruby/2.2.0/gems/openstudio-workflow-1.3.4/lib/openstudio/workflow/version.rb'
Tried uninstalling other versions and reinstalling v2.9.0 in case there was some mix up but that did not help. Simply running a more recent version is not a solution because we have some automated tools that are dependent on v2.9.0. The machine being used in this case is Windows and does not have Ruby installed outside of the OS installation. I'm basically trouble-shooting a supposedly generic machine that others would use.
I'd seen this issue. But I was eventually no longer able to reproduce it and I don't think we ever figured out why it happened.
thats strange. maybe an ENV setting? as a work around, If you are just using the CLI, install PAT and use the CLI in its server directory. it has all the gems preinstalled.
It could be related to ENV settings. We had some issues earlier with admin rights on this machine that impeded some ENV settings. I thought we had resolved those but maybe there is something lingering.
Can you think of a specific PATH setting that might help? The OS path is defined to point to v2.9.0, maybe add a Ruby path?
maybe RUBYLIB... i wonder if doing bundle install with verbose through the CLI will give any clues...