Closed hruhland-mtm closed 1 hour 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.
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.