I am trying to install openstack (single node) on machine with Ubuntu 18.04, I did following steps: update and upgrade ubuntu, installed git, cloned devstack then after running stack.sh, I am stuck at "Error: Cannot uninstall 'simplejson'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. " I tried "Force=yes ./stack.sh" but no help, also "sudo apt-get remove simplejson" but it cannot find package, also "pip uninstall simplejson" but does same error "It is a distutils installed project and thus we ..."
Please Help.