I am trying to install CKAN 2.8.2 in Ubuntu 18.04 following these instructions.
I have followed all steps successfully, until step 4.2 with sudo ckan db init.
I get the following error:
Traceback (most recent call last):
File "/usr/bin/ckan", line 4, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 84, in <module>
__import__('pkg_resources.extern.packaging.requirements')
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pkg_resources/extern/__init__.py", line 61, in load_module
"distribution.".format(**locals())
ImportError: The 'packaging.requirements' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
Any ideas on what is wrong?