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' on Windows #89

Closed
anwar3606 opened this issue Dec 18, 2020 · 3 comments
Closed

ModuleNotFoundError: No module named '_curses' on Windows #89

anwar3606 opened this issue Dec 18, 2020 · 3 comments

Comments

@anwar3606
Copy link

Getting this error when running in windows:

C:\Users\anwar\Desktop\gitlab-helper\venv\Scripts\python.exe C:/Users/anwar/Desktop/gitlab-helper/project-avatar-updater.py
Traceback (most recent call last):
  File "C:/Users/anwar/Desktop/gitlab-helper/project-avatar-updater.py", line 1, in <module>
    from google_images_search import GoogleImagesSearch
  File "C:\Users\anwar\Desktop\gitlab-helper\venv\lib\site-packages\google_images_search\__init__.py", line 1, in <module>
    from google_images_search.fetch_resize_save import \
  File "C:\Users\anwar\Desktop\gitlab-helper\venv\lib\site-packages\google_images_search\fetch_resize_save.py", line 2, in <module>
    import curses
  File "C:\Python38\lib\curses\__init__.py", line 13, in <module>
    from _curses import *
ModuleNotFoundError: No module named '_curses'

Used the demo on readme

@max4211
Copy link

max4211 commented Dec 25, 2020

pmbarrett314/curses-menu#18 (comment)

try pip install windows-curses

@arrrlo
Copy link
Owner

arrrlo commented Jan 27, 2021

Hi @anwar3606,

Did you manage to solve this?

@anwar3606
Copy link
Author

anwar3606 commented Feb 2, 2021

@arrrlo
yes, this fixes things

@arrrlo arrrlo closed this as completed Feb 3, 2021
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

3 participants