-
Notifications
You must be signed in to change notification settings - Fork 232
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 building on termux #483
Comments
Do you have |
Yes, I have |
@Ublimjo I think you are really trying to cross-build; in this case the make command (and a local build system) must be available in the same environment of the termux python interpreter; |
@lmctv what should I do ? |
Pynacl bindings depend on python cffi, and inherit it's dependence on a working build environment; at this time we don't have ready to follow recipes for cross building, other than a generic suggestion to run the build in a native or fully emulated environment, whose resulting wheel should correctly work also without the build environment. |
FWIW I've had success compiling pynacl in termux with Python3 |
This works too: $ pkg install clang python-dev libffi-dev openssl-dev libsodium-dev
$ SODIUM_INSTALL=system pip install pynacl |
Today (2020) works this: |
@MadWolfBY thank buddy its worked |
This worked! Thanks! |
very thanks |
THANK YOU SO MUCH!! THAT WORKED! |
Many thanks |
Good work |
The text was updated successfully, but these errors were encountered: