-
Couldn't load subscription status.
- Fork 18
Closed
Description
If I understand correctly, Requests comes packaged with a version of urllib3, so you don't need the extra dependency.
This is giving my problems when using pyCFClient with Anaconda. The Anaconda repository contains a version of the Requests library, but it does not have a version of the urllib3 library.
The only use of urllib3 I could find is here
So, I have just replaced that line with:
from requests.packages.urllib3.poolmanager import PoolManager
I can provide a pull request if that would help.
Metadata
Metadata
Assignees
Labels
No labels