JeremyBYU / polylidar

Polylidar3D - Fast polygon extraction from 3D Data

Home Page:https://jeremybyu.github.io/polylidar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Installation: No module named 'polylidar.polylidar'

mwussow opened this issue · comments

I am trying to install the polylidar python package on Windows (Python 3.7; conda 4.9.2).
I first conda install shapely (version 1.7.1) and then pip install polylidar (version 0.0.8).

The installations seem to succeed. However, when I try to import polylidar in Python, I get the following error message: ModuleNotFoundError: No module named 'polylidar.polylidar'

I highly appreciate any advice, thanks in advance!

Thanks for checking out the project. You can't install from pip anymore. Please read the installation instructions in the website:https://jeremybyu.github.io/polylidar/

Basically need to build from source.
Thanks