doorstop-dev / doorstop

Requirements management using version control.
https://doorstop.readthedocs.io
Other
480 stars 131 forks source link

ModuleNotFoundError: No module named 'pkg_resources' #684

Closed hruhland-mtm closed 1 hour ago

hruhland-mtm commented 2 weeks ago

Doorstop v2.2.1 is not compatible with python versions later than 3.12 (default on ubuntu 24.04 LTS) due to depreciation of pkg_resources as mentioned by this issue: https://github.com/mu-editor/mu/issues/2485

This appears to have already been fixed in the dev branch earlier this year: https://github.com/doorstop-dev/doorstop/commit/7ab309cb489b11679a2c1564d0ec824331e0bef6

I resolved my issue by downgrading python to an earlier version.