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
Describe the refactoring action
I used Ubuntu 24.04.1 LTS and Python 3.12.3 and received this error message:
ModuleNotFoundError: No module named 'pkg_resources'
Traceback:
File "/home/christina/PycharmProjects/inception-reporting-dashboard/inception_reports/generate_reports_lead.py", line 23, in <module>
import pkg_resources
Expected benefit
Is it possible that you can define the Python version to == 3.11?
pkg_resources is deprecated and removed in Python 3.12 mu-editor/mu#2485
The text was updated successfully, but these errors were encountered:
Describe the refactoring action
I used Ubuntu 24.04.1 LTS and Python 3.12.3 and received this error message:
Expected benefit
Is it possible that you can define the Python version to == 3.11?
pkg_resources
is deprecated and removed in Python 3.12mu-editor/mu#2485
The text was updated successfully, but these errors were encountered: