-
Notifications
You must be signed in to change notification settings - Fork 266
Version 2022.5.18 incompatible with Python 3.5: AttributeError: module 'os' has no attribute 'PathLike' #195
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
Comments
I have the same problem. PR should solve it by updating |
I've gone ahead and merged that PR. |
I'd love to upgrade off of 3.5, but unfortunately can't yet. I know 3.5 not supported. Would it be possible to put in a code path for 3.5? It looks like it just has an issue with this type annotation. It's a shame to break just on that. https://github.com/certifi/python-certifi/blob/2022.05.18/certifi/core.py#L46 |
The PR solved it for 2022.5.18.1, that won't get installed with Python 3.5. due to the |
Are there any plans to yank the 2022.5.18 from pypi? As python 3.5 pip still sees this release as latest supported version for 3.5, legacy installations still have problems with certifi. |
Done. |
This should be fixed now. |
The type hinting added in the latest version isn't compatible with Python 3.5, triggering:
AttributeError: module 'os' has no attribute 'PathLike'
.Reproduction in an Ubuntu Xenial Docker container:
The text was updated successfully, but these errors were encountered: