Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python traceback #117

Closed
Ayanashi opened this issue Jun 14, 2024 · 2 comments
Closed

python traceback #117

Ayanashi opened this issue Jun 14, 2024 · 2 comments

Comments

@Ayanashi
Copy link

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)

Copy link

Hi, @Ayanashi,
Thanks for your contribution 💙 .
Contributors 🧑‍🤝‍🧑 like you make the open source community 🌍 such an amazing place to learn 📖 , inspire 👼, and create 🎨 .
We will investigate 👀 and get back to you as soon as possible 👍 . Just make sure you have given us sufficient information ℹ️.

By that time enjoy this meme 👇 , hope you like it 😄

meme

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

@Ayanashi
Copy link
Author

Solved installing missing python modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant