-
-
Notifications
You must be signed in to change notification settings - Fork 221
Raised error: 'No time zone found with key EST' #1531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Install tzdata as well and that should resolve the problem. |
tzdata is already installed. kasa shows the same error. ~ sudo apt install tzdata |
@satish77 Is python-kasa using a venv? Not sure how pipx does things but if it's under a venv you'll need to install tzdata under the venv for python-kasa as it won't use the global install. The error you post explicitly states that it can't find the module tzdata. |
Should be able to use: pipx inject python-kasa tzdata Then confirm with: pipx runpip python-kasa list |
Pipx inject fixed it. Thanks. My script for powering on the laptop works now by looking up ip using kasa |
@satish77 Great! Glad I could help! If you could close this out! Thanks! |
Had to install python-kasa using pipx again after upgrading to Ubuntu 25.04 for some reason.
It was working fine with the previous version of Ubuntu.
The following stacktrace was found after running kasa. It did find three devices with no issues.
The text was updated successfully, but these errors were encountered: