您的位置:首页 > 编程语言 > Python开发

安装mahotas (对ubuntu 16.04 python3.5)

2017-03-06 15:16 477 查看
Mahotas: Computer Vision Library

1、使用sudo pip install mahotas

2、如果报错:error: command ‘gcc’ failed with exit status 1 while installing eventlet,则说明

少python development headers你应该执行如下命令:

sudo apt-get install python3-dev

也要执行如下命令:

sudo apt-get install libevent-dev
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息