Hi all
I trying to install ckan 2.5.2 on rhel 6.6.
I have "html5lib requires setuptools version 18.5 or above" error message When I execute (default)# pip install --ignore-installed -r default/src/ckan/pip-requirements-docs.txt .
Is there any solution for ti?
I refer this installation guide : https://github.com/ckan/ckan/wiki/How-to-install-CKAN-2.5.2-on-CentOS-6.8
This should fix your problem:
pip install --upgrade pip setuptools
We updated the bleach requirement to solve a related issue (69408d2). Please use the release-v2.5.3 branch and see if that solves the issue
+1
Big +1
@bartmika @rodolfomartinez +1 as in "I have the same issue" or as in "Your suggestion fixed it"?
@amercader It appears the code written by @torfsen has helped:
pip install --upgrade pip setuptools
Fixed in 2.5.3
Most helpful comment
This should fix your problem: