deep5050 / radio-active

Play any radios around the globe right from the terminal :zap:
https://www.radio-browser.info/#/
MIT License
469 stars 24 forks source link

python traceback #117

Closed Ayanashi closed 1 month ago

Ayanashi commented 1 month ago
Traceback (most recent call last):
  File "/usr/bin/radio", line 5, in <module>
    from radioactive.__main__ import main
  File "/usr/lib/python3.12/site-packages/radioactive/__main__.py", line 12, in <module>
    from radioactive.handler import Handler
  File "/usr/lib/python3.12/site-packages/radioactive/handler.py", line 9, in <module>
    import requests_cache
  File "/usr/lib/python3.12/site-packages/requests_cache/__init__.py", line 7, in <module>
    from .backends import *
  File "/usr/lib/python3.12/site-packages/requests_cache/backends/__init__.py", line 8, in <module>
    from .base import BaseCache, BaseStorage, DictStorage
  File "/usr/lib/python3.12/site-packages/requests_cache/backends/base.py", line 27, in <module>
    from ..cache_keys import create_key, redact_response
  File "/usr/lib/python3.12/site-packages/requests_cache/cache_keys.py", line 29, in <module>
    from url_normalize import url_normalize
ModuleNotFoundError: No module named 'url_normalize'

Archlinux 6.9.4-zen python 3.12 radioactive-2.9.1-2 (from aur)

github-actions[bot] commented 1 month ago

Hi, @Ayanashi, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this meme :point_down: , hope you like it :smile:

meme

Use this action on your projects. Use jokes on issues instead.

Ayanashi commented 1 month ago

Solved installing missing python modules