c-w commented on issue #1322: list_container_objects doesn't work for Azure blob storage under python 2.7.5 URL: https://github.com/apache/libcloud/issues/1322#issuecomment-515603445 Running this on each of the docker containers: ```py import requests print(requests.packages.chardet.__version__) print(requests.packages.urllib3.__version__) ``` Shows: | dependency | yum install python-requests | pip install requests==2.6.0 | | --- | --- | --- | | chardet | 2.2.1 | 2.3.0 | | urllib3 | 1.10.2 | 1.10.2 | Running `pip install chardet==2.3.0` explicitly seems to fix the issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
