linux - 无法在 Alpine Linux v3.5 上安装 aiohttp==2.0.6

标签 linux python-3.x pip aiohttp alpine-linux

我正在使用带有 edge/main repos 的全新安装的 Alpine Linux v3.5

这些是我正在运行的命令:

$ echo "http://mirror.yandex.ru/mirrors/alpine/edge/main" > /etc/apk/repositories
$ apk update
$ apk add python3
$ pip3 install aiohttp==2.0.6

这就是我从上一条命令中得到的错误:

Could not find a version that satisfies the requirement aiohttp==2.0.6
(from versions: 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0,
0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7.0, 0.7.1, 0.7.2, 0.7.3,
0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0,
0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2,
0.14.3, 0.14.4, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.16.0, 0.16.1, 0.16.2,
0.16.3, 0.16.4, 0.16.5, 0.16.6, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4,
0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.19.0, 0.20.0, 0.20.1, 0.20.2,
0.21.0, 0.21.1, 0.21.2, 0.21.4, 0.21.5, 0.21.6, 0.22.0a0, 0.22.0b0,
0.22.0b1, 0.22.0b2, 0.22.0b3, 0.22.0b4, 0.22.0b5, 0.22.0b6, 0.22.0,
0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.5,
1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.3.0, 1.3.1,
1.3.2, 1.3.3, 1.3.4, 1.3.5, 2.0.0rc1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4,
2.0.5, 2.0.6.post1)

然而,在 ArchLinux 主机上,一切都安装正确

最佳答案

我也遇到了同样的问题。 我在我的 requirements.txt 中删除了版本名称并且它有效。我检查了比安装的版本:

Collecting aiohttp
  Downloading aiohttp-2.0.6-1.tar.gz (1.1MB)
Collecting amqp==1.4.9
  Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB)
Collecting anyjson==0.3.3
  Downloading anyjson-0.3.3.tar.gz

关于linux - 无法在 Alpine Linux v3.5 上安装 aiohttp==2.0.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43351317/

相关文章:

python - 从类定义中的列表理解访问类变量

python - Pandas 过滤 : Returning True/False vs the Actual Value

python - 初学者 : How to configure my python interpreter to use the correct path to get the right version of python?

linux - bash 中是否有 "goto"语句?

python - os.rename()错误不存在这样的文件或文件夹

python-3.x - 如何使用 Dask 比较两个大型 CSV 文件

python - 运行 pip install - 在 Windows 机器上。由于网络代理导致证书错误

python - 编写 DRF 可重用 API

linux - 使用 linux find 命令查找目录和目录的符号链接(symbolic link)

linux - 蓝牙 rfcomm 在读取第一个 block 后死掉