Version mismatch
Ensure that the Python version in the Dockerfile matches the Python version in your local environment that you use to run the function.
This is required to avoid any compatibility issues. We use pickle
to serialize
the function under the hood, and the Python versions must match to avoid any
serialization issues.
That being said, we are constantly working on improving this experience.