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 semkin
Recipients semkin
Date 2018-07-03.19:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530645048.53.0.56676864532.issue34036@psf.upfronthosting.co.za>
In-reply-to
Content
make install failed with
  File "/tmp/tmp2gwe2ma_/pip-10.0.1-py2.py3-none-any.whl/pip/_internal/utils/glibc.py", line 3, in <module>
  File "/common/dev/slevin/tools/Python-3.7.0/Lib/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
make: *** [install] Error 1

I used PKG_CONFIG_PATH in config and LIBFFI_INCLUDEDIR was created correctly in Makefile. 

How to configure location for libffi.a ?
History
Date User Action Args
2018-07-03 19:10:48semkinsetrecipients: + semkin
2018-07-03 19:10:48semkinsetmessageid: <1530645048.53.0.56676864532.issue34036@psf.upfronthosting.co.za>
2018-07-03 19:10:48semkinlinkissue34036 messages
2018-07-03 19:10:48semkincreate