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 ran the 'make'file, but it came an error like this:
python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 11, in include_dirs = [np.get_include(), '../common'], AttributeError: module 'numpy' has no attribute 'get_include' Makefile:3: recipe for target 'all' failed make: *** [all] Error 1
The text was updated successfully, but these errors were encountered:
same problem here.
Sorry, something went wrong.
same problem here.Could you help me?
No branches or pull requests
I ran the 'make'file, but it came an error like this:
python setup.py build_ext --inplace
Traceback (most recent call last):
File "setup.py", line 11, in
include_dirs = [np.get_include(), '../common'],
AttributeError: module 'numpy' has no attribute 'get_include'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 1
The text was updated successfully, but these errors were encountered: