pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
202 stars 16 forks source link

ImportError: cannot import name '_clustering' from 'pyacvd' #8

Closed TerenceCYJ closed 5 years ago

TerenceCYJ commented 5 years ago

Hi, there are some problem when I run this code.

Traceback (most recent call last): File "/home/cyj/project/others/pyacvd/example.py", line 2, in import pyacvd File "/home/cyj/project/others/pyacvd/pyacvd/init.py", line 1, in from pyacvd.clustering import Clustering File "/home/cyj/project/others/pyacvd/pyacvd/clustering.py", line 6, in from pyacvd import _clustering ImportError: cannot import name '_clustering' from 'pyacvd' (/home/cyj/project/others/pyacvd/pyacvd/init.py)

tak0kada commented 5 years ago

Have you tried python setup.py build_ext --inplace?