I have a clean ubuntu machine (22.04), I downloaded the OpenStudio 3.8.0 for Ubuntu from the releases page - OpenStudio-3.8.0+f953b6fcaf-Ubuntu-22.04-x86_64.deb
and extracted it onto the linuix machine using the command
"sudo dpkg -i OpenStudio-3.9.0+c77fbb9569-Ubuntu-24.04-x86_64.deb"
The installation works just fine, however when I attempt to run the code
require openstudio/extension/core/os_lib_helper_method
'
I get the error LoadError: cannot load such file -- openstudio/extension/core/os_lib_helper_methods, my understanding is that this should be bundled with OpenStudio should it not?