-
-
Notifications
You must be signed in to change notification settings - Fork 583
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
isort limits python_require <4.0 (again) #1945
Comments
yajo
added a commit
to copier-org/copier
that referenced
this issue
Aug 28, 2022
pre-commit started failing with: ``` [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment more info: virtualenv python version did not match created version: - actual version: 3.10.6.final.0 - expected version: 3.10.4.final.0 ``` Quick fix while #696 gets on track. Sadly I had to rollback #752 due to PyCQA/isort#1945.
yajo
added a commit
to copier-org/copier
that referenced
this issue
Aug 28, 2022
pre-commit started failing with: ``` [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment more info: virtualenv python version did not match created version: - actual version: 3.10.6.final.0 - expected version: 3.10.4.final.0 ``` Quick fix while #696 gets on track. Sadly I had to rollback #752 due to PyCQA/isort#1945.
yajo
added a commit
to copier-org/copier
that referenced
this issue
Aug 28, 2022
pre-commit started failing with: ``` [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment more info: virtualenv python version did not match created version: - actual version: 3.10.6.final.0 - expected version: 3.10.4.final.0 ``` Quick fix while #696 gets on track. Sadly I had to rollback #752 due to PyCQA/isort#1945.
Thanks, @staticdev! 🙏 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #1877 the issue of having a cap on the Python version was raised. #1878 fixed this problem and was merged. 🎉
@timothycrosley Any specific reason why you re-introduced the cap in 9e4b5ee again? It breaks any downstream project that uses Poetry with an uncapped Python version. 😞
The text was updated successfully, but these errors were encountered: