FS#58878 - [python-requests] python-urllib3 1.23 not supported
Attached to Project:
Arch Linux
Opened by Chih-Hsuan Yen (yan12125) - Tuesday, 05 June 2018, 14:52 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 07 June 2018, 11:07 GMT
Opened by Chih-Hsuan Yen (yan12125) - Tuesday, 05 June 2018, 14:52 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 07 June 2018, 11:07 GMT
|
Details
Description:
$ python -c 'import requests' /usr/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) It's a warning, so requests is still working. Just annoying. Additional info: python-urllib3 1.23-1 python-requests 2.18.4-1 Steps to reproduce: As described above |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Thursday, 07 June 2018, 11:07 GMT
Reason for closing: Fixed
Additional comments about closing: python-requests 2.18.4-3
Thursday, 07 June 2018, 11:07 GMT
Reason for closing: Fixed
Additional comments about closing: python-requests 2.18.4-3
FS#58880.> /usr/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!
RequestsDependencyWarning)
I already tried reinstalling the various python / python2 system packages, but with little success.