We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to build numpy_eigen with Python 3.5 (numpy 1.16.2). While building with Python 2.7 worked fine, I'm now getting an error:
numpy_eigen_export_module.cpp:256:2: error: return-statement with a value, in function returning 'void' [-fpermissive] import_array();
How can I fix this or which version of numpy is supported?
The text was updated successfully, but these errors were encountered:
@pixelpress Did you find a way to fix the issue?
Sorry, something went wrong.
I just switched back to Python 2.7 back then.
No branches or pull requests
I'm trying to build numpy_eigen with Python 3.5 (numpy 1.16.2). While building with Python 2.7 worked fine, I'm now getting an error:
How can I fix this or which version of numpy is supported?
The text was updated successfully, but these errors were encountered: