Open dbdxnuliba opened 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
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
cmake -DBUILD_PYTHON_INTERFACE=ON
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