Why doesn't hatch find an installed python interpreter to be used in a test environment ? #1918
Unanswered
manuel-koch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python project inside a sub-directory of my git-repo.
The
pyproject.toml
contains this snippet to configure python interpreter for the test environment(s):This python version seems to be installed:
But when I try to run tests,
hatch
can't setup that env !?I have tried using
3.10
as the version string too, but that isn't found either.It works though when using
312
as the version string.Beta Was this translation helpful? Give feedback.
All reactions