mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix pip installation error, issue #55
This commit is contained in:
parent
16d5f0588f
commit
db2e650e2a
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ install_dependance() {
|
|||
ynh_install_app_dependencies python2.7 python-pip libpython2.7 python-setuptools python-ldap python-urllib3 python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev ffmpeg python-memcache \
|
||||
libjpeg62-turbo-dev zlib1g-dev # For building pillow
|
||||
ynh_add_swap 2000
|
||||
sudo -u $seafile_user pip install --user --upgrade Pillow 'moviepy<1.0' certifi idna
|
||||
# Note that we install imageio to force the dependance, without this imageio 2.8 is installed and it need python3.5
|
||||
sudo -u $seafile_user pip install --user --upgrade Pillow 'moviepy<1.0' 'imageio<2.8' certifi idna
|
||||
ynh_del_swap
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue