Skip to content

pip does not work on Haiku #6761

Closed
Closed
@probonopd

Description

@probonopd

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.

Reference:
https://medium.com/@probonopd/my-second-week-with-haiku-lots-of-hidden-gems-and-pleasant-surprises-and-some-issues-7e508f0db987

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: cacheDealing with cache and files in itauto-lockedOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions