-
-
Notifications
You must be signed in to change notification settings - Fork 33
No module named pkg_resources error after installing via pipx #132
Description
Describe the bug
Hi, I absolutely love the product! I've run the pipx install radio-active command to install the app as suggested in the README.md but encountered No module named pkg_resources error when tried to run the app. I'm not familiar with how pipx and the whole Python ecosystem works but after some research I've found a solution: I needed to downgrade the setuptools dependency version by running the pipx inject radio-active setuptools==81.0.0 command.
To Reproduce
Steps to reproduce the behavior:
- Install the app by running the
pipx install radio-activecommand - Try to run the app with
radiocommand
Expected behavior
Mention in the README.md to run the additional pipx inject radio-active setuptools==81.0.0 command or adjust the code to overcome the No module named pkg_resources error.
Desktop (please complete the following information):
- OS: Linux Mint 22.3