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
When I enter the command "python train.py --policy rgl ", it appears"
Traceback (most recent call last):
File "/home/hurong/RelationalGraphLearning-master/crowd_nav/train.py", line 6, in
import importlib.util
ImportError: no module named util"
I can't find this util package and can't import it, can you help me?
The text was updated successfully, but these errors were encountered:
@hurong971013 After a bit googling, it seems like you might be using the wrong python version. Are you using Python 2? Importlib only seems to work in Python 3
When I enter the command "python train.py --policy rgl ", it appears"
Traceback (most recent call last):
File "/home/hurong/RelationalGraphLearning-master/crowd_nav/train.py", line 6, in
import importlib.util
ImportError: no module named util"
I can't find this util package and can't import it, can you help me?
The text was updated successfully, but these errors were encountered: