New submission from Semyon Levin <semyon.le...@tmx.com>:

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 ?

----------
messages: 320998
nosy: semkin
priority: normal
severity: normal
status: open
title: ModuleNotFoundError: No module named '_ctypes' when install Python 3.7 
on Linux

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34036>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to