You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Charset normalizer 2.0.5 breaks with python 3.5.2 on ubuntu:trusty. We have some Jenkins job that have been running successfully for months and then on 9/14 everything broke.
To Reproduce
This is an enterprise application so I can't give you source, but we run
I believe you should be able to recreate with a sample app using hvac and the correct versions.
Expected behavior
python3 asoc.py
- Traceback (most recent call last):
- File "/home/jenkins/.local/lib/python3.5/site-packages/charset_normalizer/api.py", line 5, in <module>
- from os import PathLike
- ImportError: cannot import name 'PathLike'
Logs
+ python3 asoc.py
Traceback (most recent call last):
File "/home/jenkins/.local/lib/python3.5/site-packages/charset_normalizer/api.py", line 5, in <module>
from os import PathLike
ImportError: cannot import name 'PathLike'
Desktop (please complete the following information):
OS: [Linux]
Python version [3.5.2]
Package version [2.0.5]
The text was updated successfully, but these errors were encountered:
Thanks for the report, but you are a bit mistaken.
Yes I accidentally broke the compatibility with some older version but not all 3.5.x
@bsiper you are right, there is a fix available in dev-master and the PR explain everything that we should know about this.
I will publish a tag as soon as possible but I have to run some heavy testing beforehand.
Meanwhile, I suggest you to either pin charset_normalizer to 2.0.4 or upgrade your Python to latest minor 3.5.10.
Describe the bug
Charset normalizer 2.0.5 breaks with python 3.5.2 on
ubuntu:trusty
. We have some Jenkins job that have been running successfully for months and then on 9/14 everything broke.To Reproduce
This is an enterprise application so I can't give you source, but we run
I believe you should be able to recreate with a sample app using hvac and the correct versions.
Expected behavior
Logs
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: