Replies: 2 comments 4 replies
-
Did you install rust? |
Beta Was this translation helpful? Give feedback.
-
I tried all the same things as @rytilahti including installing and still, no wheels for then I tried installing this is when I noticed this was calling for a tool from and that was the key... I searched github & found the answer: the GitHub link below 👇🏽 shows that it is as simple as and so I tried that, followed by again trying to run And it worked perfectly ^_~ 👍🏽 |
Beta Was this translation helpful? Give feedback.
-
I have python v3.11 with pip v24 installed. Doing 'pip install python-kasa', and getting following error stack.
No issues with installing and using python-kasa on Pydroid3 app.
Any ideas what's wrong with Termux?
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [60 lines of output]
Collecting maturin<2,>=1
Using cached maturin-1.4.0.tar.gz (177 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting typing-extensions!=4.7.0,>=4.6.0
Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
Using cached typing_extensions-4.10.0-py3-none-any.whl (33 kB)
Building wheels for collected packages: maturin
Building wheel for maturin (pyproject.toml): started
Building wheel for maturin (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Failed to build maturin
ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Beta Was this translation helpful? Give feedback.
All reactions