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

Template doesn´t work with Python 3.12 #74

Closed
keigezellig opened this issue Oct 17, 2024 · 2 comments
Closed

Template doesn´t work with Python 3.12 #74

keigezellig opened this issue Oct 17, 2024 · 2 comments

Comments

@keigezellig
Copy link

When generating an application with the template with Python 3.12, it gives the following error:
image

It has probably to do with the deprecation of the setuptools package in Python 3.12, as mentioned here. Installing setuptools globally in my system didn´t work either.

OS: Ubuntu 24.04
Python version: 3.12

@ttimbers
Copy link
Contributor

ttimbers commented Jan 3, 2025

I am trying this with Python 3.11 and get this depracation warning:

/var/folders/yx/296325p15r92zgg4zc7px5qh0000gp/T/tmp29pqmg8j.py:3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import (

I think the issue from both of these has to do with what you write above and in particular this line:

from pkg_resources import (

@ttimbers
Copy link
Contributor

ttimbers commented Jan 5, 2025

Addressed in #76

@ttimbers ttimbers closed this as completed Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants