Hi, Im a bit confused about an error I am getting....
# general
a
Hi, Im a bit confused about an error I am getting. I am building images with a base python version of 3.11, I have interpreter constraints of 3.11, but all of a sudden in my CI environment which has 3.11 installed I get this error:
Copy code
Successfully built the wheel SQLAlchemy-2.0.33-cp39-cp39-linux_x86_64.whl from the sdist sqlalchemy-2.0.33.tar.gz but it is not compatible with the requested foreign target complete platform cp311-cp311-manylinux_2_36_x86_64
It's just for SQLAlchemy, no other dependencies seem to be affected. Any tips?
1
Actually I was able to reproduce this locally
Looks like it was a problem in the lock file that got in there at somepoint 🤷
b
Glad it's resolved, let us know (e.g. file a bug) if it appears to be a Pants problem that caused the lockfile problem!