FlagX / ha-ledvance-tuya-resync-localkey

pyscript for homeassistant to resync local keys from private tuya api
MIT License
121 stars 18 forks source link

ModuleNotFoundError: No module named 'Crypto' #30

Open TobiasKarge opened 1 month ago

TobiasKarge commented 1 month ago

I get this Error from the script: ModuleNotFoundError: No module named 'Crypto'

FlagX commented 1 month ago

@TobiasKarge you need to install the dependencies with pip install -r requirements.txt.