You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "c:\users\donni\.local\bin\radioactive.exe\__main__.py", line 4, in <module>
from radioactive.__main__ import main
File "C:\Users\donni\pipx\venvs\radio-active\Lib\site-packages\radioactive\__main__.py", line 9, in <module>
from radioactive.alias import Alias
File "C:\Users\donni\pipx\venvs\radio-active\Lib\site-packages\radioactive\alias.py", line 3, in <module>
from pick import pick
File "C:\Users\donni\pipx\venvs\radio-active\Lib\site-packages\pick\__init__.py", line 3, in <module>
import curses
File "C:\Users\donni\AppData\Local\Programs\Python\Python313\Lib\curses\__init__.py", line 13, in <module>
from _curses import *
ModuleNotFoundError: No module named '_curses'
To Reproduce
Steps to reproduce the behavior:
Install Python
Open terminal
Type pip install pipx setuptools (dependencies for radio-active)
Type pipx install radio-active
Optionally, type pipx ensurepath followed by pipx completions
Close and reopen terminal
Type radio
See error
Expected behavior
I expected an about box to appear, followed by a message saying No stations to play. please search for a station first!
Desktop (please complete the following information):
OS: Windows 11
Browser: Firefox
Version: 133.0
The text was updated successfully, but these errors were encountered:
Hi, @robinhood2014,
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 😄
Describe the bug
To Reproduce
Steps to reproduce the behavior:
pip install pipx setuptools
(dependencies for radio-active)pipx install radio-active
pipx ensurepath
followed bypipx completions
radio
Expected behavior
I expected an about box to appear, followed by a message saying
No stations to play. please search for a station first!
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: