-
Couldn't load subscription status.
- Fork 3.2k
Closed
Labels
C: cacheDealing with cache and files in itDealing with cache and files in itauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
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.
Metadata
Metadata
Assignees
Labels
C: cacheDealing with cache and files in itDealing with cache and files in itauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior