Good afternoon.
I’ve been trying to install Home Assistant for days, but I keep getting the following message:
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
I’ve already tried the steps from this post: https://community.home-assistant.io/t/error-failed-building-wheel-for-cryptography/352020/30
My environment:
OS: Armbian_24.2.5
Python version: 3.12
Home Assistant version: 2024.11.1
Could someone please help me solve this problem? Thank you.
What a ride to do the update to 2022.11.4. Again, I learned a lot about the settings and which libraries are important. What did actually work and Raspberry 3 with HA Core Switch to the HA environment sudo -u homeassistant -H -s cd /srv/homeassistant/venv_3.9.11 (change this to your current path of HA installation) python3.9 -m venv . source ...