You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/13 15:39:17 UTC

[GitHub] [incubator-mxnet] potiuk commented on issue #20440: Migrate to the next version of Python requests when released

potiuk commented on issue #20440:
URL: https://github.com/apache/incubator-mxnet/issues/20440#issuecomment-879195278


   Requests 2.26.0 released without the mandatory chardet dependency:
   
   https://pypi.org/project/requests/2.26.0/
   
   Instead of chardet, use the MIT-licensed charset_normalizer for Python3 to remove license ambiguity for projects bundling requests. If chardet is already installed on your machine it will be used instead of charset_normalizer to keep backwards compatibility. (#5797)
   
   You can also install chardet while installing requests by specifying [use_chardet_on_py3] extra as follows:
   
   shell pip install "requests[use_chardet_on_py3]" 
   
   Python2 still depends upon the chardet module.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org