When I try to update the Jetson stats on the Jetson nano, I will be prompted with an error when using jtop, ModuleNotFoundError: no module named '_ What should I do
error logs:
Traceback (most recent call last):
File "/usr/local/bin/jtop", line 5, in
from jtop.main import main
File "/usr/local/lib/python3.6/site-packages/jtop/main.py", line 24, in
import curses
File "/usr/local/lib/python3.6/curses/init.py", line 16, in
from _curses import *
ModuleNotFoundError: No module named '_curses'
When I try to update the Jetson stats on the Jetson nano, I will be prompted with an error when using jtop, ModuleNotFoundError: no module named '_ What should I do
error logs: Traceback (most recent call last): File "/usr/local/bin/jtop", line 5, in
from jtop.main import main
File "/usr/local/lib/python3.6/site-packages/jtop/main.py", line 24, in
import curses
File "/usr/local/lib/python3.6/curses/init.py", line 16, in
from _curses import *
ModuleNotFoundError: No module named '_curses'