如何在aarch64 / armv8平台上安装python pip? [重复]

问题描述 投票:0回答:1

这个问题在这里已有答案:

我有一个由Linux内核驱动的主板。该板是aarch64 / armv8架构。该板没有apt-get但是有easy_install。我尝试使用easy_install安装,我收到以下错误,

root@armboard:~# easy3_install pip
Searching for pip
Reading https://pypi.python.org/simple/pip/
Download error on https://pypi.python.org/simple/pip/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'pip' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

root @ armboard:〜#easy3_install --version

来自/usr/lib/python3.5/site-packages(Python 3.5)的setuptools 36.2.7

请提供在此平台中安装pip的方法。

如果有可能使用easy_install我应该遵循哪些步骤来解决此错误?

如果不是,我会获得这个架构的交叉编译的pip二进制文件,或者任何Yocto构建是否可用?

python pip arm64 armv8
1个回答
0
投票

如果qazxsw poi不起作用,您可以尝试构建源代码。 qazxsw poi

© www.soinside.com 2019 - 2024. All rights reserved.