davidcaron / pye57

Read and write e57 point clouds from Python
MIT License
69 stars 42 forks source link

Cannot find reference 'libe57' in '__init__.py' also ( circular import ) #25

Closed JamesMorDigi closed 2 years ago

JamesMorDigi commented 2 years ago

I'm getting a circular import in the init.py within src/pye57 image

Then when I make changes e.g. changing from pye57 import libe57 to simply import libe57 image

image

I tried the pip install -U pye57 and python -m pip install . and pip install -e .

image

image

I also ran conda and installed xerces, I also placed 'xerces-c_3_2.dll' in the root folder image