Skip to content

OpenstudioSDK 3.11.0 Python binding not working with python3.14 #5602

@chenkianwee

Description

@chenkianwee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    TriageIssue needs to be assessed and labeled, further information on reported might be needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions