You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alvaroghmpnb@macbookproateme ~ % python3 --version
Python 3.9.6
alvaroghmpnb@macbookproateme ~ % pip3 install --user --upgrade shaka-streamer shaka-streamer-binaries
Collecting shaka-streamer
Using cached shaka_streamer-1.0.1-py3-none-any.whl.metadata (1.5 kB)
ERROR: Could not find a version that satisfies the requirement shaka-streamer-binaries (from versions: none)
ERROR: No matching distribution found for shaka-streamer-binaries
The text was updated successfully, but these errors were encountered:
avelad
changed the title
Installation for pip3 is not working on MacBookPro with M2 Pro
Installation from pip3 is not working on MacBookPro with M2 Pro
Nov 8, 2024
I used docs on the [Python wheel format][] to determine that the bit with the OS and CPU is called the "platform tag". Then I found a [discussion of macOS platform tags][] that gave me the hint that arm64 wheels need to specify macOS 11 at a minimum.
[Python wheel format]: https://peps.python.org/pep-0427/
[discussion of macOS platform tags]: pypa/wheel#387Closesshaka-project#194
The text was updated successfully, but these errors were encountered: