Message321740
Similar error on CentOS 7
ModuleNotFoundError: No module named '_ctypes'
Install -- yum install libffi-devel
Repeat:
./configure --enable-optimizations
make altinstall
Results:
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-10.0.1 setuptools-39.0.1
NOTE:
The error did not stop python3.7 from operating as noted on this page.
# python3.7
Python 3.7.0 (default, Jul 16 2018, 11:25:12)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print ("Hello Python")
Hello Python
>>> |
|
Date |
User |
Action |
Args |
2018-07-16 15:44:30 | bryanf | set | recipients:
+ bryanf, ncoghlan, bkline, martin.panter, zach.ware, dstufft, malin, Dandan Lee |
2018-07-16 15:44:30 | bryanf | set | messageid: <1531755870.53.0.56676864532.issue31652@psf.upfronthosting.co.za> |
2018-07-16 15:44:30 | bryanf | link | issue31652 messages |
2018-07-16 15:44:30 | bryanf | create | |
|