digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #103

Closed Mudb0y closed 5 months ago

Mudb0y commented 8 months ago

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'?

digitalec commented 6 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).

digitalec commented 5 months ago

Resolved in 714b96c