Open heisly opened 1 year ago
To solve this issue it is necessary to install rust compiler as user fehm:
su
sudo -u fhem bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source “$HOME/.cargo/env“
pip install cryptography
As soon as cryptography has been built sucessfully, restart FHEM.
Many thanks for LoxBerry and last but not least the FHEM plugin!
Greetings Stephan
Hi,
I setup LoxBerry-Plugin-FHEM on a clean loxberry v3.0.0 installation and added fhempy. When trying to add skodaconnect I ran into a problem (see below log).
I installed rust compiler manually and was able to build cryptography in the terminal. Whenever fhempy tries to install skodaconnect it ends up in "error: can't find rust compiler".
When testing same on a clean raspian (bullseye) installation and fhem, everyting works fine.
Any idea how to fix that?
Greetings Stephan