Full error stack
Collecting pillow>=2.4.0 (from reportlab)
Using cached Pillow-4.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/root/pip-build-525vF6/pillow/setup.py", line 138
required = {'jpeg', 'zlib'}
^
SyntaxError: invalid syntax
This bug affects 3.6 version installed from source (RPM 3.6 and DEB 3.6 should not be affected). It has been fixed in 3.7.
It can be fixed in 3.6 by downgrading the pypi pillow package
pip install pillow==3.4.2
Run commands below
sudo sed -i -e "s/install/get','install/" /usr/share/python/synda/sdt/bin/sdconst.py
Run commands below
synda certificate renew -x
Run commands below
mkdir -p /srv/synda/sdt
sudo wget http://sd-104052.dedibox.fr/synda/patches/3.2/sdcleanup_tree.sh -O /usr/share/python/synda/sdt/bin/sdcleanup_tree.sh
This error occurs when installing Synda from source with an old version of 'install.sh' script (<20160215). Downloading the last version of install.sh script should fix the problem.
Run command below
sudo /usr/share/python/synda/sdt/bin/pip install setuptools==19.7
Run command below
pip uninstall argparse
Unset all X509 environment variables and remove '~/.esg' directory.
This signals that the server does not trust the certificate issued by the MyProxy CA.
Run commands below
synda certificate renew -x
If this doesn't help, you can find more info here
Remove virtualenv from the path
export PATH=/usr/local/bin:/usr/bin:/bin
Run command below in Synda virtualenv to retrieve pyopenssl HEAD version from github
easy_install https://github.com/pyca/pyopenssl/tarball/master
More info: http://stackoverflow.com/questions/23006023/error-installing-pyopenssl