[Bug 1877297] [NEW] python3 requests reports RequestsDependencyWarning on import

Darragh Bailey 1877297 at bugs.launchpad.net
Thu May 7 12:08:53 UTC 2020


Public bug reported:

Importing requests in the system python3 results in an dependency
warning,


python3
Python 3.6.9 (default, Apr 18 2020, 01:56:04) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
/usr/lib/python3/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.25.8) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
>>>

This impacts vim-nox when enabling the distribution supplied vim-
youcompleteme plugin as it attempts to make use of the requests library
during it's setup.

** Affects: requests (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to requests in Ubuntu.
https://bugs.launchpad.net/bugs/1877297

Title:
  python3 requests reports RequestsDependencyWarning on import

Status in requests package in Ubuntu:
  New

Bug description:
  Importing requests in the system python3 results in an dependency
  warning,

  
  python3
  Python 3.6.9 (default, Apr 18 2020, 01:56:04) 
  [GCC 8.4.0] on linux
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import requests
  /usr/lib/python3/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.25.8) or chardet (3.0.4) doesn't match a supported version!
    RequestsDependencyWarning)
  >>>

  This impacts vim-nox when enabling the distribution supplied vim-
  youcompleteme plugin as it attempts to make use of the requests
  library during it's setup.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/requests/+bug/1877297/+subscriptions



More information about the foundations-bugs mailing list