Page 1 of 1

Install and run Zigbee2MQTT, composer install fail "ERROR: Failed building wheel for bcrypt

Posted: Friday 16 September 2022 2:01
by fillister
Hello,

I'm trying a new install on a raspberry PI to move away from zwave. I've installed raspian VERSION="11 (bullseye) and docker version 20.10.18
no errors were encountered during these installs, I proceeded to install composer per the instructions:
sudo apt-get install -y libffi-dev libssl-dev
sudo apt-get install -y python3 python3-pip
sudo apt-get remove python-configparser
sudo pip3 -v install docker-compose

But I now get errors concerning Rust and Building wheel for bcrypt (PEP 517) ... error

I installed composer last week for a z wave install and had absolutely no problems, I've even installed rust but still have the same error.

Any help or advise to correct this would be greatly appreciated.

Thanks
Greg T

Re: Install and run Zigbee2MQTT, composer install fail "ERROR: Failed building wheel for bcrypt

Posted: Friday 16 September 2022 17:00
by waltervl
Why with pip3?
Just use apt as instructed on the docker instructions:
https://docs.docker.com/compose/install ... repository

Re: Install and run Zigbee2MQTT, composer install fail "ERROR: Failed building wheel for bcrypt

Posted: Wednesday 21 September 2022 22:17
by fillister
Thanks, that worked

I was following directions from another site

Appreciate the help