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
Cannot install 2.2.0 with poetry in a debian docker container running on MacOS silicon.
To Reproduce
poetry add mysqlclient
Gives error
Note: This error originates from the build backend, and is likely not a problem with poetry but with mysqlclient (2.2.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "mysqlclient (==2.2.0)"'
I've seen the posts about installing pkg-config, but shouldn't I be able to install this via Poetry with that? And should PEP 517 be supported?