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
Specifying a python version (range) in pyproject.toml is mandatory
The poetry export ... command used by Poetry.kt to generate a `requirements.txt also exports the
version constraints for the python version.
Once ORT calls python-inspector to analyze the generated requirements.txt file with a python version (-p option) not in the python version range specified in pyproject.toml then the result would always be empty. So, I wonder if we should change the logic such that Poetry.kt selects an arbitrary python version from available python versions matching the range, in case no version has been specified.
Hi there,
As a follow-up to #7333:
How can I teach poetry / pip / python-inspector to use python version 3.11 instead of 3.10?
#5740 says, that this should work:
.ort.yml
I have build your Dockerfile with actual python components:
pyenv versions
says:* 3.11.4 (set by /opt/python/version)
But this get's executed and the dependency tree stays empty:
python-inspector --python-version 310 --operating-system linux ...
Full log:
Thanks for your help.
The text was updated successfully, but these errors were encountered: