silly-queen-7197
03/11/2023, 12:51 AM./pants run --debug-adapter foo/cli.py
. In my pants.toml
I have interpreter_constraints = ["CPython==3.10.*"]
yet I see
pex.environment.ResolveError: A distribution for sqlalchemy could not be resolved for /usr/bin/python3.7.
Found 1 distribution for sqlalchemy that do not apply:
1.) The wheel tags for SQLAlchemy 1.4.27 are cp310-cp310-manylinux_2_17_x86_64, cp310-cp310-manylinux_2_5_x86_64, cp310-cp310-manylinux1_x86_64, cp310-cp310-manylinux2014_x86_64 which do not match the supported tags of /usr/bin/python3.7:
cp37-cp37m-manylinux_2_28_x86_64
... 484 more ...
[coverage-py]
report = ["xml"]
global_report = true
interpreter_constraints = ["CPython==3.10.*"]
because it wasn't able to understand newer python syntax[debug-adapter]
thoughpants_version = "2.15.0"
from 2.14.1
appears to have resolved the issue