[issue26610] test_venv.test_with_pip() fails when ctypes is missing

Donald Stufft report at bugs.python.org
Tue Mar 22 07:02:22 EDT 2016


Donald Stufft added the comment:

It shouldn't be hard to make ctypes optional in pip, it's only used to check if the OS we're running on is "manylinux" compatible, roughly checking the glibc version number. Worst case we can just conditon that check on ctypes existing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26610>
_______________________________________


More information about the Python-bugs-list mailing list