pip does not work on Haiku
See original GitHub issueEnvironment
- pip version: Most recent version available on Haiku https://www.haiku-os.org/
- Python version: Most recent version available on Haiku
- OS: Haiku
Description
pip 3 install
hangs
Expected behavior
pip 3 install
works
How to Reproduce
Run the latest Haiku Anyboot image from https://download.haiku-os.org/nightly-images/x86_64 . Then do:
git clone https://github.com/micahflee/onionshare.git
cd onionsharepython3 -m venv venv
pkgman i setuptools_python36 # pkgman i setuptools_python installs for 3.7
pip3 install -r install/requirements.txt
Could not find a version that satisfies the requirement PyQt5==5.12.1 (from -r install/requirements.txt (line 15)) (from versions: )
No matching distribution found for PyQt5==5.12.1 (from -r install/requirements.txt (line 15))
# stalled here - does not continue or exit
Output
None
According to a Haiku developer, the stalled pip is because pip wants to use hardlinks but Haiku doesn’t support those.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Could not find a version that satisfies the requirement haiku
After read documentation about haiku https://dm-haiku.readthedocs.io/en/latest/. the document suggest to install with this code pip install ...
Read more >How to use pip install? - Help - Haiku Community
The haiku packages can install all included files to the right position (write protected areas too). Phyton packages could get problems here. If ......
Read more >dm-haiku - PyPI
Haiku can be expected to compose with other libraries and work well with the rest of JAX. Haiku otherwise is designed to get...
Read more >Haiku Documentation — Haiku documentation
Read Limitations of Nesting JAX Functions and Haiku Modules to find out how to work around these issues. Contribute#. Issue tracker: https://github.com/deepmind ...
Read more >Haiku/SenseMe Smart Fan Support - #80 by germplan
The aiosenseme library should be installed with “pip”. If you just copied files it may not work so I recommend removing any aiosenseme...
Read more >Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ctrl-C, Ctrl-D gives:
For reference: https://github.com/haikuports/haikuports/issues/3420