First time here? Check out the Help page!
1 | initial version |
We don't support Python 3.11 on Windows at the moment, we support 3.7, 3.8, 3.9 and 3.10.
Refer to the OpenStudio SDK Python Binding Version Compatibility Matrix for up to date information
2 | No.2 Revision |
We don't support Python 3.11 on Windows at the moment, we support 3.7, 3.8, 3.9 and 3.10.
Refer to the OpenStudio SDK Python Binding Version Compatibility Matrix for up to date information
I added an Enhancement Request at NREL#4975, go upvote if this is important for you.
3 | No.3 Revision |
We don't support Python 3.11 on Windows at the moment, we support 3.7, 3.8, 3.9 and 3.10.
Refer to the OpenStudio SDK Python Binding Version Compatibility Matrix for up to date information
I added an Enhancement Request at NREL#4975, go upvote if this is important for you.
Fix implemented in https://github.com/NREL/OpenStudio/pull/4986
You can try them with pip install -i https://test.pypi.org/simple/ openstudio==3.7.0a2
. This is a nightly snapshot of the develop
branch, 3.7.0-alpha, so do not use in production. @Ali-Khosravani Please report if you try them with python 3.11