Closed
Description
Environment
- 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.