-
Notifications
You must be signed in to change notification settings - Fork 215
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
error when running setup.py #254
Comments
are you able to see the file zigbee_crypt/zigbee_crypt.c ? |
I had the same issue. Installing libgcrypt-dev via apt solved it. |
problem went away when i removed everything and redownloaded it |
Still having this issue on MacOS. Libgcrypt-dev is not available via homebrew or macports.
Any advice? |
Had the same issue on Ubuntu and solved it using: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
building 'zigbee_crypt' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/include -I/usr/include -I/sw/include/ -Izigbee_crypt -I/usr/include/python3.8 -c zigbee_crypt/zigbee_crypt.c -o build/temp.linux-x86_64-3.8/zigbee_crypt/zigbee_crypt.o
x86_64-linux-gnu-gcc: error: zigbee_crypt/zigbee_crypt.c: No such file or directory
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: