How to install openstudio python binding?
I am trying to use python to read osm files. For that, I am using import openstudio
which gives me this error: No module named 'openstudio'
According to https://pypi.org/project/openstudio/#..., I tried pip install openstudio
but it gives me this error:
ERROR: Could not find a version that satisfies the requirement openstudio (from versions: none)
ERROR: No matching distribution found for openstudio
Has anyone used import openstudio
before?
I am using (openstudio 3.6.0)(python 3.11.4 packaged by Anaconda)