Skip to content

[BUG] ModuleNotFoundError #980

Description

@clkelley39

Describe the bug

ModuleNotFoundError

Command Used

rip url https://play.qobuz.com/album/w1mcc14z6bxq5rip

Debug Traceback

Traceback (most recent call last):
  File "/usr/local/bin/rip", line 5, in <module>
    from rip.cli import main
  File "/usr/local/lib/python3.9/site-packages/rip/cli.py", line 14, in <module>
    from streamrip import __version__
ModuleNotFoundError: No module named 'streamrip'

Config File

Traceback (most recent call last):
  File "/usr/local/bin/rip", line 5, in <module>
    from rip.cli import main
  File "/usr/local/lib/python3.9/site-packages/rip/cli.py", line 14, in <module>
    from streamrip import __version__
ModuleNotFoundError: No module named 'streamrip'

Operating System

macOS 12.7.6

streamrip version

2.1.0

Screenshots and recordings

Uninstalled and re-installed streamrip using both homebrew and pipx and always get this error message

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions