我试图执行此
! pip install zbar
错误消息是
Collecting zbar
Using cached .../zbar-0.10.tar.bz2
Building wheels for collected packages: zbar
Running setup.py bdist_wheel for zbar ... error
Complete output from command /...:
...
gcc ...
In file included from zbarmodule.c:24:0:
zbarmodule.h:26:18: fatal error: zbar.h: No such file or directory
#include <zbar.h>
^
compilation terminated.
看起来缺少包含文件。有什么想法吗?
答案 0 :(得分:1)
正如您所猜测的那样,它确实需要在centos类系统上安装zbar-devel。
sudo yum install zbar-devel
在watson studio上的Jupyter Notebook上禁用了Sudo,只能访问它 作者:Watson Studio - IBM Cloud Operators。 此时,建议提高增强请求 Watson studio开发团队可以默认考虑并安装此库。 http://ibm.biz/dsxideas
谢谢, 查尔斯。