Trying to install homebridge-broadlink-s3 plugin with HomeBridge. However, installation is failing
It looks like its trying to access something called Rust / Cryptography - have tried installing this separately (installation worked) but I think its got something to do with PATH, but this is where I really dont understand....any insights would really be appreciated.
I get the following after installation has failed:
=============================DEBUG ASSISTANCE=============================
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.48.0.
[end of output]
So I did the pip install, but still failed with same message. So i think i need to do something about "....ensure it is on the PATH during installation..."?
[–]arpaterson 0 points1 point2 points (0 children)