Original exception was:
Traceback (most recent call last):
File "/usr/share/nvsysinfo/nvsysinfo.py", line 19, in
from nvsysinfo import collect_nvsysinfo
File "/usr/share/nvsysinfo/nvsysinfo/__init__.py", line 14, in
from collect import collect_nvsysinfo
File "/usr/share/nvsysinfo/nvsysinfo/collect.py", line 9, in
from subprocess import TimeoutExpired
File "/usr/lib/python3.6/subprocess.py", line 136, in
import _posixsubprocess
ModuleNotFoundError: No module named '_posixsubprocess'
I tried reinstalling
subprocess32
module but it did not fix the problem.
However, checking out the nvsysinfo exec file which is a bash script file that practically launched a nvsysinfo.py file with python3, I manually executed it myself.
/usr/share/nvsysinfo# python3 nvsysinfo.py
Writing output to /tmp/nvsm-health-XXXXX.tar.xz
ERROR: Killing command "nc -vz -w 5 compute.nvidia.com 443" due to 10 second timeout
Despite the error the tar.xz file was produced in the path above. It took some time (~5min) but maybe that’s because this machine has some problems.
Leave a Reply