gpt4 book ai didi

python - 树莓派pip安装

转载 作者:太空宇宙 更新时间:2023-11-04 05:11:08 25 4
gpt4 key购买 nike

我正在尝试使用命令 -> pip install apriltag 在带有 Raspbian Jessie OS 的 Raspberry Pi 3 中安装 apriltag。它返回一个错误:

Command "/home/pi/.virtualenvs/cv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-4ic0awdt/apriltag/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-record-4a_4lmt1/install-record.txt --single-version-externally-managed --compile --install-headers /home/pi/.virtualenvs/cv/include/site/python3.4/apriltag"
failed with error code 1 in /tmp/pip-install-4ic0awdt/apriltag/

我该如何解决这个问题?

最佳答案

尝试升级pip。

sudo apt-get install python-pip

如果这不起作用,请重新安装 pip。

sudo apt-get remove python-pip && sudo apt-get install python-pip

关于python - 树莓派pip安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55185012/

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