gpt4 book ai didi

python - fatal error : Python. h : No such file or directory, python-Levenshtein 安装

转载 作者:行者123 更新时间:2023-12-04 00:01:29 24 4
gpt4 key购买 nike

首先,我正在使用 Python 3.7 处理 Amazon EC2 实例,Amazon linux 版本 2 AMI。

我正在尝试使用以下命令安装 python-Levenshtein 包:

pip3 install python-Levenshtein --user

我得到了一个相当大的错误,关键部分是;
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-3.7/Levenshtein/_levenshtein.o
Levenshtein/_levenshtein.c:99:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1

和:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-m87wdfsg/python-Levenshtein/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-w3meudfd-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-m87wdfsg/python-Levenshtein/

我尝试了很多很多解决方案,主要的一个是:
error: command 'gcc' failed with exit status 1 while installing eventlet

编辑

试过这个...
1) sudo yum install python-devel (no change)
2) reinstalling GCC (no change)
3) spinning up a clean EC2 instance (same error)
4) pip install python-dev-tools (now gives me the error repeated 2x)
5) attempting to find Python.h using 'locate "Python.h"' (nothing)
6) sudo yum list python37-devel (error: no matching packages)

最佳答案

感谢Charles,答案如下:

sudo yum install python3-devel

关于python - fatal error : Python. h : No such file or directory, python-Levenshtein 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60509336/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com