-
Notifications
You must be signed in to change notification settings - Fork 12
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
poetry install
arm64
architecture err
#524
Comments
Let's hope this is temporary - I have so far not ever had that problem, maybe this is a temporarily broken dependencies |
Looks like no one has used poetry update on this repo for a while. The lock
has an old version of greenlet that didn’t distribute the wheel you need.
See also
#343
…On Sun, Apr 28, 2024 at 2:55 AM Nico Matentzoglu ***@***.***> wrote:
Let's hope this is temporary - I have so far not ever had that problem,
maybe this is a temporarily broken dependencies
—
Reply to this email directly, view it on GitHub
<#524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOOABLYPKUOGJCKHO4TY7TBQXAVCNFSM6AAAAABG4O2EACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGQYTMNRVGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Try again @joeflack4, made a new release |
@chris yeah I figured it was either removed or just that that version was never released for @matentzn I tried Gonna close this now, but this is also a good time to bring up a similar issue I'm experiencing: |
Overview
I'm using Apple Silicon (arm64), and I'm trying to create a fresh environment but getting an error.
To replicate
virtualenv env
source env/bin/activate
poetry install
The error
incompatible architecture (have 'x86_64', need 'arm64')
Log
Possible solutions
Somehow, I think
pyproject.toml
and/orpoetry.lock
has to have some change to accommodate multiple architectures.What I tried
I think I hacked around this issue temporarily by:
poetry.lock
poetry install
poetry.lock
(not committing the new one created)The text was updated successfully, but these errors were encountered: