This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author izbyshev
Recipients izbyshev, lana.deere, zach.ware
Date 2018-11-06.20:36:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541536569.64.0.788709270274.issue35170@psf.upfronthosting.co.za>
In-reply-to
Content
The in-tree copy of libffi was removed in #27979 (between 3.6 and 3.7) for all platforms except Windows and macOS. Therefore, you need libffi development package installed in your system to build CPython 3.7. 

As for PIP, personally, I think that's an overkill to require ctypes, especially at CPython build time. If you don't want to build ctypes, I believe you may use '--without-ensurepip' configure option as a workaround.
History
Date User Action Args
2018-11-06 20:36:09izbyshevsetrecipients: + izbyshev, zach.ware, lana.deere
2018-11-06 20:36:09izbyshevsetmessageid: <1541536569.64.0.788709270274.issue35170@psf.upfronthosting.co.za>
2018-11-06 20:36:09izbyshevlinkissue35170 messages
2018-11-06 20:36:09izbyshevcreate