Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dbdxnuliba opened this issue Apr 1, 2024 · 1 comment
Open

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

dbdxnuliba opened this issue Apr 1, 2024 · 1 comment

Comments

@dbdxnuliba
Copy link

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
Copy link
Contributor

nim65s commented Apr 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants