Error when upgrading

I’ll just leave this here while I see if home assistant restarts

Requirement already up-to-date: idna<2.7,>=2.5 in /srv/homeassistant/lib/python3.5/site-packages (from requests                 ==2.18.4->homeassistant)
Building wheels for collected packages: aiohttp
  Running setup.py bdist_wheel for aiohttp ... error
  Complete output from command /srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp                 /pip-build-zaf2_uha/aiohttp/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n',                  '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp1uc04s1tpip-wheel- --python-tag                  cp35:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for aiohttp
  Running setup.py clean for aiohttp
Failed to build aiohttp
Installing collected packages: yarl, aiohttp, homeassistant
  Found existing installation: yarl 1.1.0
    Uninstalling yarl-1.1.0:
      Successfully uninstalled yarl-1.1.0
  Found existing installation: aiohttp 2.3.10
    Uninstalling aiohttp-2.3.10:
      Successfully uninstalled aiohttp-2.3.10
  Running setup.py install for aiohttp ... done
  Found existing installation: homeassistant 0.64.3
    Uninstalling homeassistant-0.64.3:
      Successfully uninstalled homeassistant-0.64.3
Successfully installed aiohttp-3.0.6 homeassistant-0.65.4 yarl-1.1.1

It restarted OK so the error isn’t fatal

Try running pip3 install --upgrade setuptools wheel before upgrade, I have seen that solve that issue.

2 Likes