Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid python version not detected #3426

Closed
2 tasks done
smoehrle opened this issue Nov 29, 2020 · 1 comment · Fixed by #4520
Closed
2 tasks done

Invalid python version not detected #3426

smoehrle opened this issue Nov 29, 2020 · 1 comment · Fixed by #4520
Labels
kind/feature Feature requests/implementations

Comments

@smoehrle
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

In the pyproject.toml we can specify a python version. When initializing the project or using poetry env use {python} the python version is checked against the valid versions in the pyproject.toml. If its invalid this will result in a NoCompatiblePythonVersionFound error.

The problem is, if I already have an environment set up for the project and someone else in the project changes the pyproject.toml, i.e. drops the support for the python version my environment currently uses, I do not get any notification.

So my feature proposal would be that for example poetry install not only checks all current dependencies but also the python version in use. To my knowledge this is currently not possible.

Best regards

Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants