在 Watson Studio 上安装 zbar 失败
Install zbar failed on Watson Studio
我试着执行这个
! 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.
似乎缺少包含文件。有什么想法吗?
如你所料,centos类系统需要安装zbar-devel
sudo yum install zbar-devel
Sudo 在 Jupyter Notebook on watson studio 上被禁用,只能访问
由 Watson Studio - IBM 云运营商提供。
此时,建议提出增强请求,以便
Watson studio 开发团队可以考虑默认安装这个库。
http://ibm.biz/dsxideas
谢谢,
查尔斯.
我试着执行这个
! 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.
似乎缺少包含文件。有什么想法吗?
如你所料,centos类系统需要安装zbar-devel
sudo yum install zbar-devel
Sudo 在 Jupyter Notebook on watson studio 上被禁用,只能访问 由 Watson Studio - IBM 云运营商提供。 此时,建议提出增强请求,以便 Watson studio 开发团队可以考虑默认安装这个库。 http://ibm.biz/dsxideas
谢谢, 查尔斯.