Skip to content

No module named pkg_resources error after installing via pipx #132

@marcin-burak

Description

@marcin-burak

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:

  1. Install the app by running the pipx install radio-active command
  2. 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):

  • OS: Linux Mint 22.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions