gpt4 book ai didi

python - 如何在 Ubuntu 12.04 中为 Python3 安装库 netifaces?

转载 作者:行者123 更新时间:2023-11-28 20:22:12 43 4
gpt4 key购买 nike

我用 Python3 编写了一个程序,它使用了 netifaces 包,我用 pip3 在两台装有 Ubuntu 13.04 和 Ubuntu 13.10 的计算机上安装了它。但是,我需要将它安装在其他装有 Ubuntu 12.04 的计算机上,这里我无法安装 pip3 (python3-pip),因为它不在存储库中。

接下来我要做的是:

sudo aptitude install python3-setuptools
sudo easy_install3 pip

然后我有了可用的 pip3。问题是当我尝试使用 pip3 安装 netifaces 时,这给了我下一个错误:

error: command 'gcc' failed with exit status 1
Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/netifaces/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-gkaftl-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/netifaces
Storing debug log for failure in /home/anubia/.pip/pip.log

如果我使用 pip 或 aptitude 或 apt-get 安装 netifaces 程序无法识别该库,因为它的文档安装在 python2 文件夹中。我什至尝试做一个从 python3 文件夹到它们的符号链接(symbolic link),但它没有用。

有什么想法吗?

最佳答案

解决了!

我也必须安装软件包 python3-dev,然后从 pip3 安装 netifaces 没有给我一个错误,现在我可以使用它了。

所以整个过程(就我而言)是:

sudo aptitude install python3-setuptools
sudo easy_install3 pip
sudo aptitude install python3-dev

sudo pip3 install netifaces

关于python - 如何在 Ubuntu 12.04 中为 Python3 安装库 netifaces?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24797412/

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