when i run python run_sim.py --eval --tasks flingbot-normal-rect-eval.hdf5 --load flingbot.pth --num_processes 1 --gui
the error shows:Traceback (most recent call last):
File "run_sim.py", line 1, in
from utils import (
File "/home/rzg/flingbot/utils.py", line 2, in
from environment import SimEnv, TaskLoader
File "/home/rzg/flingbot/environment/init.py", line 1, in
from .simEnv import SimEnv
File "/home/rzg/flingbot/environment/simEnv.py", line 3, in
from .utils import (
File "/home/rzg/flingbot/environment/utils.py", line 7, in
import pyflex
ImportError: /home/rzg/flingbot/PyFlex/bindings/build/pyflex.cpython-36m-x86_64-linux-gnu.so: undefined symbol: cudaSetupArgument
could you please help me?