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

numpy_eigen and Python 3.5 building error because of import_array() #205

Open
pixelpress opened this issue Apr 9, 2019 · 2 comments
Open

Comments

@pixelpress
Copy link

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?

@johnny04thomas
Copy link

@pixelpress Did you find a way to fix the issue?

@jstiefel
Copy link

jstiefel commented Dec 6, 2019

@pixelpress Did you find a way to fix the issue?

I just switched back to Python 2.7 back then.

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

3 participants