-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Install macOS with M1 CPU #21
Labels
blocked: upstream
This issue is with a 3rd-party project and is out of scope of Pybricks
bug
Something isn't working
OS: macOS
Issues that only occur on macOS
Comments
I tried specifying 1.0.0a10 and 1.0.0a11 one at a time and neither worked.
|
Do you happen to have a new M1 (Arm) Mac? |
I do
Sent from Jake Edmonds' iPhone
… On 22 Jul 2021, at 15:35, David Lechner ***@***.***> wrote:
Do you have a new M1 Mac by chance?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
That is why the mpy-cross package is not available. Upstream issues:
The first link is to the source repository for the mpy-cross package if you want to try to hack around it and build it yourself. |
pybricksdev has been working on M1 macs for some time now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked: upstream
This issue is with a 3rd-party project and is out of scope of Pybricks
bug
Something isn't working
OS: macOS
Issues that only occur on macOS
macOS 11.4. python 3.9.6
I installed pipx through brew and then ran pipx ensurepath.
Then I tried to install pybricksdev:
PIPX_DEFAULT_PYTHON=python3.8 pipx install pybricksdev
pipx.util.PipxError: Default python interpreter 'python3.8' is invalid.
So I tried 3.9 because that's the version I have installed:
PIPX_DEFAULT_PYTHON=python3.9 pipx install pybricksdev
Then I tried:
pipx install pybricksdev
and I get the same error asPIPX_DEFAULT_PYTHON=python3.8 pipx install pybricksdev
The text was updated successfully, but these errors were encountered: