forked from TristanCacqueray/python-dhall
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update Github_actions codePull requests that update Github_actions codehelp wantedExtra attention is neededExtra attention is needed
Description
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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update Github_actions codePull requests that update Github_actions codehelp wantedExtra attention is neededExtra attention is needed
