-
Notifications
You must be signed in to change notification settings - Fork 284
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' #156
Comments
Thank you for the detailed report. It is that your system python is broken, in particular the
so this wouldn't be a problem of gpustat nor any other third-party packages. I think it's because the minimal EC2 image does not have ncurses installed on the system. Most UNIX system should have ncurses installed by default, but the minimal AMI image does not. Please try installing ncurses:
See also https://bugs.python.org/issue43728 |
|
Describe the bug
getting "ModuleNotFoundError: No module named '_curses'" when running on a freshly installed gpustat (1.1) on an EC2 instance
Screenshots or Program Output
Please provide the output of
gpustat --debug
andnvidia-smi
. Or attach screenshots if applicable.Environment information:
Installed from AMI: Deep Learning AMI GPU TensorFlow 2.12.0 (Ubuntu 20.04) 20230529
ami-02106eb87ff145f00 (64-bit (x86))
Additional context
Installed on a new EC2 instance from above mentioned AMI- pip install output pasted above
The text was updated successfully, but these errors were encountered: