You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The openstudiolib.dll isn't installed if the C++ API is unchecked during installation of 3.6.0 and 3.6.1, which means the CLI can't be used. Not sure if this is the intended behavior now but it's different than previous versions.
Current Behavior
See below.
Expected Behavior
Users should be able to use the CLI without installing the C++ API as in previous versions (e.g. 3.4.0) or be told that it's now required.
Steps to Reproduce
Install 3.6.0 or 3.6.1 with the following options.
Add C:\openstudio-3.6.0\bin to PATH
openstudio --version
Possible Solution
Fix or provide information during installation that the C++ API is now required for the CLI to work.
Details
Environment
Some additional details about your environment for this issue (if relevant):
Platform: Windows 10
Version of OpenStudio: 3.6.0 and 3.6.1
Context
The text was updated successfully, but these errors were encountered:
MatthewSteen
added
the
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
label
May 27, 2023
@MatthewSteen thanks for the report. The CLI used to be self-contained (statically linked) and now isn't since the labs subcommand was added, so we need to update the install rules.
Issue overview
The
openstudiolib.dll
isn't installed if theC++ API
is unchecked during installation of 3.6.0 and 3.6.1, which means the CLI can't be used. Not sure if this is the intended behavior now but it's different than previous versions.Current Behavior
See below.
Expected Behavior
Users should be able to use the CLI without installing the C++ API as in previous versions (e.g. 3.4.0) or be told that it's now required.
Steps to Reproduce
Install 3.6.0 or 3.6.1 with the following options.
Add
C:\openstudio-3.6.0\bin
to PATHopenstudio --version
Possible Solution
Fix or provide information during installation that the C++ API is now required for the CLI to work.
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: