-
Notifications
You must be signed in to change notification settings - Fork 150
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
nvitop
command not found after installation
#2
Comments
Thanks for the feedback! For the first issue:
The Python executable (in For the second issue:
I tested and packed |
I have uploaded the repacked version of pip3 uninstall windows-curses
pip3 install nvitop==0.3.5.6 It should install |
Thanks for the feedback from @WMRamadan! Feel free to reopen this issue if you have any other questions. |
nvitop
command not found after installation
Runtime Environment
nvitop
version/commit: 0.3.5.5python-ml-py
version: 11.450.51Current Behavior
1 - After installing
nvitop
as instructed you cannot launchnvitop
by runningnvitop
command in Windows Command Prompt or Windows PowerShell. The current solution is to usepython -m nvitop
command to run.2 - Running nvitop using "python -m nvitop" produces error "ModuleNotFoundError: No module named '_curses'". The solution is to install
windows-curses
usingpip3 install windows-curses
Expected Behavior
1 -
nvitop
command should be executable directly from Windows Command Prompt or Windows PowerShell after installation.2 - pip should install all necessary packages needed for Windows such as
windows-curses
package.Context
Unless you are experienced with Python this could be difficult for an average user.
Possible Solutions
1 - Use
python -m nvitop
to runnvitop
or add toPATH
2 - Install
windows-curses
pip package after installation ofnvitop
Steps to reproduce
Install
nvitop
on Windows and try to run usingnvitop
command.After installation run
nvitop
withpython -m nvitop
command.The text was updated successfully, but these errors were encountered: