Closed Mudb0y closed 7 months ago
This appears to be due to Python 3.12 removing some deprecated importlib stuff, such as ImpImporter.
I’ll look at this when I can, but in the meantime, try upgrading setuptools to the latest and try again (remove version requirement from requirements.txt).
Resolved in 714b96c
I'm getting the following error while trying to run Deemon with pipx and Python-3.13: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?