[MacPorts] #54251: py36-requests @2.16.5: depends on unavailable urllib3
MacPorts
noreply at macports.org
Mon May 29 19:03:39 UTC 2017
#54251: py36-requests @2.16.5: depends on unavailable urllib3
------------------------+-------------------------
Reporter: mndavidoff | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: py-requests
------------------------+-------------------------
It appears py-requests 2.16.5 has an additional dependency on urllib3,
which is not available in MacPorts.
{{{
$ port installed py36-requests
The following ports are currently installed:
py36-requests @2.16.5_0 (active)
$ python3
Python 3.6.1 (default, May 26 2017, 02:25:29)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
/site-packages/requests/__init__.py", line 48, in <module>
import urllib3
ModuleNotFoundError: No module named 'urllib3'
>>>
$ port info py36-urllib3
Error: Port py36-urllib3 not found
}}}
--
Ticket URL: <https://trac.macports.org/ticket/54251>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list