After installing ifcopenshell==0.7.0 using pip and running the following code I get an exception:
import ifcopenshell.geom
ifcopenshell.geom.settings()
The exception is:
site-packages\ifcopenshell\ifcopenshell_wrapper.py:245, in IteratorSettings.get(self, setting)
243 def get(self, setting):
244 """get(IteratorSettings self, uint64_t setting) -> bool"""
--> 245 return _ifcopenshell_wrapper.IteratorSettings_get(self, setting)
OverflowError: in method 'IteratorSettings_get', argument 2 of type 'uint64_t'
I'm using Python 3.9 on windows 10 64bit
After installing
ifcopenshell==0.7.0using pip and running the following code I get an exception:The exception is:
I'm using Python 3.9 on windows 10 64bit