我正在尝试使用命令-> 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/
我该如何解决?
答案 0 :(得分:0)
尝试升级点子。
sudo apt-get install python-pip
如果这样不起作用,请重新安装pip。
sudo apt-get remove python-pip && sudo apt-get install python-pip