[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-11 Thread Christian Ehrhardt 
Ok, while I can't fix anything in Ubuntu for you then I at least could help you to pinpoint your issue. Marking the Bionic task invalid then. ** Changed in: requests (Ubuntu Bionic) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-11 Thread Darragh Bailey
Hi Christian, seems requests was fine, however based on your suggestion I had a look at chardet and urllib3, and it turns out it appears I had at some point installed urllib3 under ~/.local :-( python3 -c "import sys, requests; print(sys.modules.values())" | tr ',' '\n' | grep urllib3 /usr/lib/py

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-11 Thread Christian Ehrhardt 
Works fine on Bionic (18.04) as well for me: root@b:~# 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 Lets check your python3-request - 2.18.4-2ubuntu0.1 should be fine (it is f

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-11 Thread Christian Ehrhardt 
** Also affects: requests (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: requests (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-08 Thread Darragh Bailey
Hi Christian, I had thought I was logging the issue against 18.04, apologies. cat /etc/os-release NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/"; SUPPORT_URL="https://help.ubuntu.c

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-08 Thread Christian Ehrhardt 
Hi, which release are you on? I retried on the latest release being focal and this is fine: $ python3 Python 3.8.2 (default, Apr 27 2020, 15:53:34) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import requests >>> But your python version indicat