You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configs/rgbpose_conv3d/compress_nturgbd.py Traceback (most recent call last): File "compress_nturgbd.py", line 5, in <module> from pyskl.smp import * ModuleNotFoundError: No module named 'pyskl'
#241
Open
followingcode opened this issue
May 13, 2024
· 1 comment
root@autodl-container-3fb9439642-043bf257:~/pyskl/configs/rgbpose_conv3d# python compress_nturgbd.py
Traceback (most recent call last):
File "compress_nturgbd.py", line 5, in
from pyskl.smp import *
ModuleNotFoundError: No module named 'pyskl'
I would like to ask why when I run compress_nturgbd.py script in the terminal, I am prompted that the pyskl module is missing in line 5
ModuleNotFoundError: No module named 'pyskl'
thanks in advance @kennymckormick
The text was updated successfully, but these errors were encountered:
I found that I didn't enter my own virtual environment, and I could run it when I entered my own virtual environment, but the 130G video was found to be stuck.
root@autodl-container-3fb9439642-043bf257:~/pyskl/configs/rgbpose_conv3d# python compress_nturgbd.py
Traceback (most recent call last):
File "compress_nturgbd.py", line 5, in
from pyskl.smp import *
ModuleNotFoundError: No module named 'pyskl'
I would like to ask why when I run compress_nturgbd.py script in the terminal, I am prompted that the pyskl module is missing in line 5
ModuleNotFoundError: No module named 'pyskl'
thanks in advance @kennymckormick
The text was updated successfully, but these errors were encountered: