Python bug: cannot install ‘Django’. It is a distutils installed project and thus we cannot

Cannot uninstall 'django'. 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.

Installed dependent packages have errors:
you can add – ignore-installed after the PIP command to ignore the installed libraries and install the latest ones

pip install django --ignore-installed

Read More: