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?

Attempting to run
pip install dhallon an M1 macbook fails: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?