Trying to update hassbian using hassbian-config

I get this error and I don’t know what it means or what to do:

Using cached https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl
Exception:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2862, in _dep_map
return self.__dep_map
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2669, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2853, in _parsed_pkg_info
return self._pkg_info
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2669, in getattr
raise AttributeError(attr)
AttributeError: _pkg_info

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_internal/basecommand.py”, line 228, in main
status = self.run(options, args)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_internal/commands/install.py”, line 318, in run
self._warn_about_conflicts(to_install)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_internal/commands/install.py”, line 453, in _warn_about_conflicts
package_set, _dep_info = check_install_conflicts(to_install)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_internal/operations/check.py”, line 89, in check_install_conflicts
state = create_package_set_from_installed()
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_internal/operations/check.py”, line 39, in create_package_set_from_installed
retval[name] = PackageDetails(dist.version, dist.requires())
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2613, in requires
dm = self._dep_map
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2864, in _dep_map
self.__dep_map = self._compute_dependencies()
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2873, in _compute_dependencies
for req in self._parsed_pkg_info.get_all(‘Requires-Dist’) or []:
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 2855, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py”, line 1405, in get_metadata
return value.decode(‘utf-8’) if six.PY3 else value
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xf5 in position 53: invalid start byte
You are using pip version 10.0.0, however version 10.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.


Command “/srv/homeassistant/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-oglbst_4 https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl#sha256=8fca9275c89964f13da985c3656cb00ba029d7f3916b37990927ffdf264e7926 https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl#sha256=80044e51ec5bbf6c894ba0bc48d26a8c20a9ba629f4ca19ea26ecfcf87685f5f” failed with error code 2 in None
You are using pip version 10.0.0, however version 10.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.

Did a reinstall