Message303444
I expect that the root cause is missing libffi(-dev[el]) on your system, preventing _ctypes from building, so your quick fix would be to install that and try again.
However, not having _ctypes shouldn't cause installation to fail. Donald, is ctypes a hard requirement for pip to install itself? If so, ensurepip as called by `make install` should either gracefully handle a lack of ctypes or be disabled when ctypes is not available. |
|
Date |
User |
Action |
Args |
2017-10-01 02:06:05 | zach.ware | set | recipients:
+ zach.ware, ncoghlan, dstufft, Dandan Lee |
2017-10-01 02:06:05 | zach.ware | set | messageid: <1506823565.11.0.213398074469.issue31652@psf.upfronthosting.co.za> |
2017-10-01 02:06:05 | zach.ware | link | issue31652 messages |
2017-10-01 02:06:04 | zach.ware | create | |
|