-
Notifications
You must be signed in to change notification settings - Fork 13
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
Segfault in lpy/plantgl with numpy 1.21.0 #41
Comments
A partial solution is to use numpy=1.20. We need to investigate what is the pb with the new version of numpy and boost. |
I just tried to verify if the error is due to plantgl-jupyter but it segfaults also with a script with Python 3.10 (can not use numpy=1.20 because it doe snot support Python>3.9):
|
I think I found the issue in vmapplet. It seems the numpy issue was solved here boostorg/python#376 |
@fredboudon
Maybe a boost issue?
The text was updated successfully, but these errors were encountered: