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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

isort limits python_require <4.0 (again) #1945

Closed
sisp opened this issue Jun 27, 2022 · 2 comments
Closed

isort limits python_require <4.0 (again) #1945

sisp opened this issue Jun 27, 2022 · 2 comments

Comments

@sisp
Copy link

sisp commented Jun 27, 2022

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. 馃槥

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.
@staticdev
Copy link
Collaborator

@sisp @yajo fixed on 5.11.0.

@sisp
Copy link
Author

sisp commented Dec 19, 2022

Thanks, @staticdev! 馃檹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants