[SOLVED] Python "typing_extensions" not found with setuptools_scm-8.1.0
by rinza from LinuxQuestions.org on (#6MQYN)
Hi! According to -current changelog, python-typing_extensions is no longer needed with the new python-setuptools_scm-8.1.0, so it was removed. But trying to run Deluge I get an error claiming that typing_extensions module is missing. I tried to recompile Deluge and reinstall all python modules, but the error persists. Installing typing_extensions via pip globally makes Deluge work again. Any idea how to solve this?