peted-davis / WeatherFlow_PiConsole

Raspberry Pi Python console for WeatherFlow Tempest and Smart Home Weather Stations
GNU General Public License v3.0
159 stars 22 forks source link

Installer Failed on Pi 4 Model B #32

Closed NickT-in-SD closed 3 years ago

NickT-in-SD commented 3 years ago

I ran the installation script per the instructions on this site, but the installer failed with the following:

"Error: unable to install Python module: autobahn[twisted]" "error: can not find Rust Compiler" "ERROR: Failed building wheel for cryptography" "ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed correctly"

peted-davis commented 3 years ago

Sorry you ran into issues. I have looked into this and unfortunately there have been some big changes to the Python cryptography module that I need to deal with. In the meantime, run this command in a terminal:

python3 -m pip install --user cryptography==3.3.2

and then try installing the PiConsole again. Hopefully this time everything will go smoothly.

NickT-in-SD commented 3 years ago

Thank you! That worked.

peted-davis commented 3 years ago

This should now be fixed in v4.0.3