Skip to content

No run under Python 3.12. #82

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

Open
chlor opened this issue Jan 20, 2025 · 0 comments
Open

No run under Python 3.12. #82

chlor opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
🐛Bug Something isn't working ⚙️ Refactoring Refactoring a piece of code

Comments

@chlor
Copy link

chlor commented Jan 20, 2025

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

@serwarde serwarde self-assigned this Jan 28, 2025
@serwarde serwarde added 🐛Bug Something isn't working ⚙️ Refactoring Refactoring a piece of code labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Something isn't working ⚙️ Refactoring Refactoring a piece of code
Projects
None yet
Development

No branches or pull requests

2 participants