Closed devdupont closed 4 years ago
If you're going to run the latest core
, you also need to update to the latest runtime
and model
.
pip install --upgrade ask_sdk_model ask_sdk_runtime
Hi @flyinactor91 , as @timothyaaron mentioned, you would need to update your runtime
package version to the latest. It should have been added as the minimum version dependency for ask-sdk-core
. I just fixed this through PR #176 but until the next version is released, you will need to manually update the runtime
version, in case you are installing the core packages along side existing dependencies.
Please upgrade your runtime
package manually, and let us know if that works.
Ah yes that appears to have fixed it. My guess is this crept in on our side to save space in the lambdas, but the minimum ask-sdk-core deployment size is still over the lambda package size for inline editing in the AWS console. Thanks for the help.
I'm submitting a bug report where a class is missing from the PyPI distribution.
UserAgentManager
is missing fromask_sdk_runtime.utils
when pip installing ask-sdk-core==1.15 (released Oct 9) causing a runtime error when building the skill. However, the code is present in the master branch at https://github.com/alexa/alexa-skills-kit-sdk-for-python/blob/master/ask-sdk-runtime/ask_sdk_runtime/utils.pyCurrent Behavior
Runtime errors when importing
SkillBuilder
:The local contents of
ask_sdk_runtime.utils
looks like this:Unsure how the discrepancy between PyPI and the master branch happened. This was working as of 1.14
Steps to Reproduce (for bugs)
Your Environment
Python version info