-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
TriageIssue needs to be assessed and labeled, further information on reported might be neededIssue needs to be assessed and labeled, further information on reported might be needed
Description
Description
Python binding of OpenstudioSDK 3.11 not working with Python3.14
Current Behavior
openstudio.openstudioutilitiesgeometry.Point3d() and openstudio.openstudioutilitiesfiletypes.EpwFile() is not working with Python 3.14
Expected Behavior
openstudio.openstudioutilitiesgeometry.Point3d() and openstudio.openstudioutilitiesfiletypes.EpwFile() should work in Python 3.14
Steps to reproduce
Nothing happens when the script is run in Python3.14 environment. No error is thrown and the print statement is not executed. It is just silent.
import openstudio
openstudio_model = openstudio.model.exampleModel()
# print(openstudio_model)
pt3d = openstudio.openstudioutilitiesgeometry.Point3d(1,1,1)
print(pt3d)
Possible Solution
No response
Operating System affected
Ubuntu 24.04
Environment
Python 3.14
Version of OpenStudio
3.11
Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TriageIssue needs to be assessed and labeled, further information on reported might be neededIssue needs to be assessed and labeled, further information on reported might be needed