omf-python icon indicating copy to clipboard operation
omf-python copied to clipboard

Circular Import Error in v1.0.1

Open thomasm404 opened this issue 1 year ago • 0 comments

I tried to load an omf file as per the docs and all I get is this circular import error:

AttributeError: partially initialized module 'omf' has no attribute 'OMFReader' (most likely due to a circular import)

I am using v1.0.1 installed from PYPI using pip.

thomasm404 avatar Sep 13 '24 02:09 thomasm404