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

Failed building wheel for PyNaCl (termux) #773

Open
ssr765 opened this issue Sep 22, 2022 · 6 comments
Open

Failed building wheel for PyNaCl (termux) #773

ssr765 opened this issue Sep 22, 2022 · 6 comments

Comments

@ssr765
Copy link

ssr765 commented Sep 22, 2022

when i try to install PyNaCl on Termux i get this error

IMG_20220922_230915

@alex
Copy link
Member

alex commented Sep 23, 2022

It's a bit hard to tell what's going on from this truncated output. Can you please provide the complete command and output, as text (not an image)?

@alex
Copy link
Member

alex commented Sep 23, 2022

from the log:

      checking for ld used by aarch64-linux-android-clang... no
      configure: error: no acceptable ld found in $PATH

@ssr765
Copy link
Author

ssr765 commented Sep 23, 2022

Command and complete output: https://pastebin.com/3NFfArQs

@firobeid
Copy link

firobeid commented Dec 5, 2022

Also pyodide.asm.js:10 Uncaught (in promise) PythonError: Traceback (most recent call last):
File "/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception
File "/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/lib/python3.10/site-packages/_pyodide/_base.py", line 506, in eval_code_async
await CodeRunner(
File "/lib/python3.10/site-packages/_pyodide/_base.py", line 359, in run_async
await coroutine
File "", line 3, in
File "/lib/python3.10/site-packages/micropip/_micropip.py", line 552, in install
raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'pynacl>=1.3.0'

@firobeid
Copy link

firobeid commented Dec 5, 2022

Is there a none or wasm wheel?

@reaperhulk
Copy link
Member

You’ll have to talk to the pyiodide folks about that. We do not ship wasm wheels (and it is not possible to ship pure Python given our libsodium dependency).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants