Hi,

Le 02/07/2019 à 06:22, cso...@uol.com.br a écrit :
I am trying to compile Python 3 on Centos7  and I am getting "ModuleNotFoundError: 
No module named '_ctypes'"

I'm not sure that you are asking on the right mailing list. Anyway.

Red Hat provides precompiled Python 3.6 for Centos 7:
https://www.softwarecollections.org/en/scls/rhscl/rh-python36/

About your error, you likely miss some header files, like libffi-devel:

   sudo yum install -y libffi-devel

Victor
--
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/MERA4UA2KLZJVQ7IEMNYOTD7FCSZY24I/

Reply via email to