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

ModuleNotFoundError: No module named '_curses' #119

Open
robinhood2014 opened this issue Dec 6, 2024 · 2 comments
Open

ModuleNotFoundError: No module named '_curses' #119

robinhood2014 opened this issue Dec 6, 2024 · 2 comments

Comments

@robinhood2014
Copy link

robinhood2014 commented Dec 6, 2024

Describe the bug

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:

  1. Install Python
  2. Open terminal
  3. Type pip install pipx setuptools (dependencies for radio-active)
  4. Type pipx install radio-active
  5. Optionally, type pipx ensurepath followed by pipx completions
  6. Close and reopen terminal
  7. Type radio
  8. 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
Copy link

github-actions bot commented Dec 6, 2024

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 😄

meme

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

@robinhood2014
Copy link
Author

Update: Issue is not reproducible in Linux; it only occurs in Windows, and may also occur in macOS; however, I do not have a Mac on which to test.

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