FlagX / ha-ledvance-tuya-resync-localkey

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

ModuleNotFoundError: No module named 'Crypto' #30

Open TobiasKarge opened 3 months ago

TobiasKarge commented 3 months ago

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

FlagX commented 3 months ago

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