[技术问答] 【MA35D1】buildroot缺少库pycryptodome 编译不过怎么办?

[复制链接]
 楼主| 两只袜子 发表于 2023-3-3 13:26 | 显示全部楼层 |阅读模式
ERROR: Could not find a version that satisfies the requirement pycryptodome (from versions: none)
ERROR: No matching distribution found for pycryptodome

jcky001 发表于 2023-3-4 13:59 | 显示全部楼层
这是pip3镜像源的问题,需要执行如下操作:
mkdir -p /$HOME/.pip/
echo -e "[global]\nindex-url = https://pypi.mirrors.ustc.edu.cn/simple/\n" > /$HOME/.pip/pip.conf
make

您需要登录后才可以回帖 登录 | 注册

本版积分规则

2122

主题

8118

帖子

11

粉丝
快速回复 在线客服 返回列表 返回顶部