An error "Illegal instruction" on poetry add
command
#9897
-
Problem descriptionHi! I am a little developer and I moved my python project from Windows to Ubuntu and tried to run a command Machine specificationPython: 3.12.3 Help me to solve this problem please :[ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There isn't much I could say about the issue without more error logs, but my first instinct is that either your machine has some weird quirks or one of your dependencies has compiled extensions and they do something weird in the compilation step. |
Beta Was this translation helpful? Give feedback.
Try setting
poetry config keyring.enabled false
, maybe that's something that is failing on your machine.