Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.12 is not supported #1309

Closed
Esty12 opened this issue Mar 7, 2024 · 1 comment
Closed

Python 3.12 is not supported #1309

Esty12 opened this issue Mar 7, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Esty12
Copy link

Esty12 commented Mar 7, 2024

Context

I get an error when I try to run Zappa with the Python 3.12 version. Could Zappa please be updated to support Python 3.12?

Actual Behavior

A RuntimeError occurs:

RuntimeError: This version of Python (3.12) is not supported!
Zappa (and AWS Lambda) support the following versions of Python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.11']

Steps to Reproduce

  1. python3 -m venv ./venv (on Python 3.12)
  2. source venv/bin/activate
  3. pip install zappa
  4. zappa update [your_environment]

Your Environment

  • Zappa version used: "0.58.0"
  • Operating System and Python version: MacOS Python 3.12
  • The output of pip freeze:
    argcomplete==3.2.2 blinker==1.7.0 boto3==1.34.57 botocore==1.34.57 certifi==2024.2.2 cfn-flip==1.3.0 charset-normalizer==3.3.2 click==8.1.7 durationpy==0.6 Flask==3.0.2 hjson==3.1.0 idna==3.6 itsdangerous==2.1.2 Jinja2==3.1.3 jmespath==1.0.1 kappa==0.6.0 MarkupSafe==2.1.5 placebo==0.9.0 python-dateutil==2.9.0.post0 python-slugify==8.0.4 PyYAML==6.0.1 requests==2.31.0 s3transfer==0.10.0 six==1.16.0 text-unidecode==1.3 toml==0.10.2 tqdm==4.66.2 troposphere==4.6.0 urllib3==2.0.7 Werkzeug==3.0.1 wheel==0.42.0 zappa==0.58.0
@Esty12 Esty12 changed the title Python 3.12 support Python 3.12 is not supported Mar 7, 2024
@javulticat
Copy link
Member

Duplicate of #1291

@javulticat javulticat marked this as a duplicate of #1291 Mar 11, 2024
@javulticat javulticat closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
@javulticat javulticat added the duplicate This issue or pull request already exists label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants