[PYTHON] Bei der Installation von pipenv tritt kein Modul mit dem Namen'_ctypes 'auf

Umgebung

OS: Amazon Linux 2 Python: 3.8.1

Veranstaltung

Nach der Installation von python3.8.1 mit pyenv tritt beim Ausführen von "pip install pipenv" der folgende Fehler auf und ich kann ihn nicht installieren.

    ERROR: Command errored out with exit status 1:
     command: /root/.pyenv/versions/3.8.1/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-shwfwhga/distlib/setup.py'"'"'; __file__='"'"'/tmp/pip-install-shwfwhga/distlib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: /tmp/pip-install-shwfwhga/distlib/
    Complete output (11 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/root/.pyenv/versions/3.8.1/lib/python3.8/site-packages/setuptools/__init__.py", line 20, in <module>
        from setuptools.dist import Distribution, Feature
      File "/root/.pyenv/versions/3.8.1/lib/python3.8/site-packages/setuptools/dist.py", line 35, in <module>
        from setuptools import windows_support
      File "/root/.pyenv/versions/3.8.1/lib/python3.8/site-packages/setuptools/windows_support.py", line 2, in <module>
        import ctypes
      File "/root/.pyenv/versions/3.8.1/lib/python3.8/ctypes/__init__.py", line 7, in <module>
        from _ctypes import Union, Structure, Array
    ModuleNotFoundError: No module named '_ctypes'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Problemumgehung

Unten gelöst

pyenv uninstall 3.8.1
sudo yum install libffi-devel
pyenv install 3.8.1

In diesem Staat

pip install pipenv

Sie können es installieren!

Recommended Posts

Bei der Installation von pipenv tritt kein Modul mit dem Namen'_ctypes 'auf
Was tun, wenn ModuleNotFoundError: In Python tritt kein Modul mit dem Namen 'XXX' auf
Fehler bei der Installation von opencv-python auf jetson nano (ModuleNotFoundError: Kein Modul namens'skbuild ')
Wenn der Lambda-Uploader "Kein Modul" mit dem Namen "xxxx" sagt.
Gegenmaßnahmen für ModuleNotFoundError: Kein Modul mit dem Namen '***' beim Ausführen von Flask
Fehler beim Installieren eines Moduls mit Python pip
ModuleNotFoundError: Kein Modul mit dem Namen 'py4j'
Stolperte bei der Installation von PyOCR
ModuleNotFoundError: Kein Modul mit dem Namen 'flask_sqlalchemy'
Nach der Installation von CentOS8 mit VirtualBox tritt beim Neustart ein Fehler auf
Nach der Installation von pygame mit conda installiere kein Modul mit dem Namen font
ImportError: Kein Modul Was tun, wenn Sie dazu aufgefordert werden?
Verteidigungsdatensatz, wenn pip3 nach der Installation von python3-pip auf Debian8 nicht mit "ImportError: Kein Modul namens 'packaging'" funktioniert