本文介绍了如何使用Alexa Skill Kit SDK导入Python外部库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Amazon Developer Console上的Alexa Skill Kit SDK开发一项技能。我的代码具有 import numpy
,它会生成运行时错误。
I am developing a skill using Alexa Skill Kit SDK on Amazon Developer Console. My code has import numpy
, which generates a runtime error.
我用Google搜索的所有解决方案都是关于上传numpy的。源代码下载到AWS上,我发现它与Alexa技能套件不相关。
All solutions that I have googled are about uploading numpy source code onto AWS, which I do not find it relevant to the Alexa Skill Kit.
推荐答案
我认为您正在构建Alexa
I think you are building an Alexa-hosted skill in python.
作为说:
boto3==1.9.216
这篇关于如何使用Alexa Skill Kit SDK导入Python外部库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!