Upgrade to 0.55 error Failed building wheel for yarl

Hi,

I’m using HASSbian, upgraded from 0.54 to 0.55 using (sudo hassbian-config upgrade home-assistant)
I got the following error:

HA seems to work ok, what’s the issue, what will this break and any suggestions on how to fix it?

  Downloading yarl-0.13.0.tar.gz (136kB)
    100% |████████████████████████████████| 143kB 815kB/s
Building wheels for collected packages: yarl
  Running setup.py bdist_wheel for yarl ... error
  Complete output from command /srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t8a_u8jw/yarl/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/tmp1v0ggj3upip-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 yarl

Thanks

Same here as updating from .54 to .55 on Hassbian 1.3 using “sudo hassbian-config upgrade home-assistant”

https://hastebin.com/ezagivovaz.lua

Running:
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ python3 -m pip install --upgrade wheel
$ exit

should fix that.

1 Like

@ludeeus Not sure I know how to run this inside venv?

I get the following error running your command:

sudo python3 -m pip install --upgrade wheel inside venv
Collecting wheel
Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
100% |████████████████████████████████| 51kB 655kB/s
Collecting inside
Could not find a version that satisfies the requirement inside (from versions: )
No matching distribution found for inside

Run the following and no errors.

python3 -m pip install --upgrade wheel
Collecting wheel
Using cached wheel-0.30.0-py2.py3-none-any.whl
Installing collected packages: wheel
Successfully installed wheel-0.30.0

@uksa007 Sorry about that, updatetd my post now :slight_smile: