Closed MartinHerren closed 6 years ago
Interesting, seems the python-pip
version (9.0.1-2) from Debian 9 repo too old, after I install the latest pip
(18.0) it works.
Seems caused by setuptools
33.1.1 on Debian 9, it works after upgrade it.
$ pip install -U pip setuptools
Thanks, that works, closing it !
Pyhash 0.9.x doesn't seem to build on a stock Debian 9 (Stretch):
Install log up to the first error:
It works fine on Debian Buster (future Debian 10). Pyhash 0.8.3 installs fine on Debian 9, provided that libboost-python-dev has been installed.