Skip to content

[Installation Bug] Pip installation of the dhall package fails on M1 Macbooks #32

@gizmo385

Description

@gizmo385

Attempting to run pip install dhall on an M1 macbook fails:

~ ⌚ 21:27:32
$ source dhall-bug-venv/bin/activate
(dhall-bug-venv)
~ ⌚ 21:27:35
$ pip --version
pip 19.2.3 from /Users/gizmo385/dhall-bug-venv/lib/python3.8/site-packages/pip (python 3.8)
(dhall-bug-venv)
~ ⌚ 21:27:39
$ uname
Darwin
(dhall-bug-venv)
~ ⌚ 21:27:43
$ pip install dhall
Collecting dhall
  ERROR: Could not find a version that satisfies the requirement dhall (from versions: none)
ERROR: No matching distribution found for dhall
WARNING: You are using pip version 19.2.3, however version 21.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

The only way to get it installed is to point at the git coordinate and have it manually rebuild the wheel. My theory on the cause is that there isn't a compatible wheel being pushed to PyPI for M1 Macbooks?

Screen Shot 2021-05-28 at 9 29 11 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggithub_actionsPull requests that update Github_actions codehelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions