Import miio in Alexa Skill causes "No package metadata was found for importlib_metadata" #1546
Unanswered
pascalliedtke
asked this question in
Q&A
Replies: 1 comment 6 replies
-
After further inspection it seems like python-miio is not the issue, instead just importing importlib_metadata in an Alexa-hosted Skill is the issue. Anyway, if someone has an idea off hand, please let me know. Otherwise feel free to delete this thread. Thanks |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I am trying to implement an Alexa Skill in Python using the Amazon developer console.
Requirements.txt looks like this:
The following line causes the error below:
Error:
It works fine when I use the same import on any py file on my local machine with python-miio installed.
Any ideas?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions