You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: