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

isort>=5.12.0 is not compatible with Python 3.7 #98

Closed
Mikkolehtimaki opened this issue Apr 1, 2023 · 1 comment
Closed

isort>=5.12.0 is not compatible with Python 3.7 #98

Mikkolehtimaki opened this issue Apr 1, 2023 · 1 comment

Comments

@Mikkolehtimaki
Copy link
Contributor

The dev extras specifies isort>=5.12.0 as a requirement. That version is available only on Python >= 3.8 (https://pypi.org/project/isort/).

This obviously only affects the dev environment and guardrails-ai can be installed normally on Python 3.7. Maybe just something to document?

@irgolic
Copy link
Contributor

irgolic commented Jun 27, 2023

According to NEP 29, python 3.7 has been deprecated since December 2021. Even 3.8 was deprecated this April – I suggest you upgrade your environment to 3.9 or later.

Guadrails might still work on python 3.7 at this time, but there's no guarantee of this for the future.

@irgolic irgolic closed this as completed Jun 27, 2023
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