pip install pillow moviepy的安装问题

环境:centos 7.4升级到最新版补丁 使用源yum install -y epel-release
[root@seafile bin]# pip -V
pip 10.0.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)
[root@seafile bin]# python -V
Python 3.6.5

安装pip install pillow moviepy提示如下
Requirement already satisfied: pylibmc in /usr/lib64/python2.7/site-packages (1.5.2)
ipaserver 4.5.0 requires dbus-python, which is not installed.
ipaserver 4.5.0 requires dogtag-pki, which is not installed.
ipaserver 4.5.0 requires pyldap>=2.4.15, which is not installed.
ipapython 4.5.0 requires pyldap>=2.4.15, which is not installed.
ipaserver 4.5.0 has requirement dnspython>=1.15, but you’ll have dnspython 1.12.0 which is incompatible.
rtslib-fb 2.1.63 has requirement pyudev>=0.16.1, but you’ll have pyudev 0.15 which is incompatible.
ipapython 4.5.0 has requirement dnspython>=1.15, but you’ll have dnspython 1.12.0 which is incompatible.

解决:python配置问题编译安装即可