Skip to content

ifcopenshell.geom.settings() raises OverflowError #2539

@sharon-br

Description

@sharon-br

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions