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-active command
- Try to run the app with
radio command
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):
Describe the bug
Hi, I absolutely love the product! I've run the
pipx install radio-activecommand to install the app as suggested in theREADME.mdbut encounteredNo module named pkg_resourceserror when tried to run the app. I'm not familiar with howpipxand the whole Python ecosystem works but after some research I've found a solution: I needed to downgrade thesetuptoolsdependency version by running thepipx inject radio-active setuptools==81.0.0command.To Reproduce
Steps to reproduce the behavior:
pipx install radio-activecommandradiocommandExpected behavior
Mention in the
README.mdto run the additionalpipx inject radio-active setuptools==81.0.0command or adjust the code to overcome theNo module named pkg_resourceserror.Desktop (please complete the following information):