You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating an application with the template with Python 3.12, it gives the following error:
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
The text was updated successfully, but these errors were encountered:
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:
When generating an application with the template with Python 3.12, it gives the following error:
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
The text was updated successfully, but these errors were encountered: