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

pyhdc.cpp:5:10: fatal error: 'cstdint' file not found , 1 error generated. error: command 'gcc' failed with exit status 1 #53

Open
emfhasan opened this issue Mar 23, 2021 · 0 comments

Comments

@emfhasan
Copy link

I am using MACOS High Sierra 10.13.6
i tried to install pyhdc, but I got the following error
bb$ sudo python3 setup.py install
running install
running build
running build_ext
building 'pyhdc' extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/eman/anaconda3/include -arch x86_64 -I/Users/eman/anaconda3/include -arch x86_64 -DHNAME=permutations_8160.h -I/Users/eman/anaconda3/lib/python3.7/site-packages/numpy/core/include -I. -I/Users/eman/anaconda3/include/python3.7m -c pyhdc.cpp -o build/temp.macosx-10.7-x86_64-3.7/pyhdc.o -std=c++11
pyhdc.cpp:5:10: fatal error: 'cstdint' file not found
#include
^~~~~~~~~
1 error generated.
error: command 'gcc' failed with exit status 1

I installed gcc and Std libraries, but it does not work.
Any advice?

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

1 participant