Closed kappa90 closed 5 months ago
Yikes, thanks for catching that! I'll work on releasing a hotfix for that ASAP.
I'm unable to reproduce with Python 3.10 on MacOS - zappa init
runs successfully and outputs a zappa_settings.json
file without issue:
Can you try creating your virtual environment using Python's built-in venv
command and see if that makes a difference?
python3.10 -m venv env
source env/bin/activate
pip install zappa
zappa init
I confirm it now works 🤷 Thanks!
Installed Zappa 0.59.0, this error is thrown when doing
zappa init
:Which doesn't match what's in the
__init__.py
file, where I can clearly see that it supports up to 3.12.So I'm wondering if there is a problem with the released package.
Expected Behavior
Python 3.10 should work.
Actual Behavior
Zappa throws a RuntimeError
Possible Fix
Maybe an issue with the released package?
Steps to Reproduce
Your Environment
pip freeze
: