loco-3d / ndcurves

Library for creating smooth cubic splines
150 stars 36 forks source link

No module named 'ndcurves' once I build with source code #120

Open dbdxnuliba opened 7 months ago

dbdxnuliba commented 7 months ago

File "/home/robot/refer/ndcurves/python/test/notebook.py", line 6, in from ndcurves import bezier ModuleNotFoundError: No module named 'ndcurves'

I build it source code ,but once run notebook.py ,it shows No module named 'ndcurves'

how should I configure once I build with the source could

nim65s commented 6 months ago

Hi @dbdxnuliba,

Did you build the python bindings ? without specifying cmake -DBUILD_PYTHON_INTERFACE=ON, you won't be able to use ndcurves from python for now, ref #88 #123