Skip to content
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

Install on MacOS M1 - not a supported wheel on this platform #87

Open
Janaka-Steph opened this issue Mar 28, 2022 · 1 comment
Open

Comments

@Janaka-Steph
Copy link

Green CLI seems to not be supported on MacOS 12.3 M1. Is there something I can do about it?

▶ pip install -r requirements.txt

Ignoring greenaddress: markers '"linux" in sys_platform and python_version == "3.6"' don't match your environment
Ignoring greenaddress: markers '"linux" in sys_platform and python_version == "3.9"' don't match your environment
ERROR: greenaddress-0.0.50-cp39-cp39-macosx_11_0_x86_64.whl is not a supported wheel on this platform.
(venv)
@vital-edu
Copy link

This can be solved adding --platform=linux/amd64 to the first line of the Dockerfile:

FROM --platform=linux/amd64 python@sha256:c1613835d7be322f98603f356b9e0c9d40f9589e94dc9f710e714a807a665700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants