TCP icon indicating copy to clipboard operation
TCP copied to clipboard

Traceback (most recent call last): File "/home/cybersec/TCP-main/TCP/train.py", line 15, in <module> from TCP.model import TCP ModuleNotFoundError: No module named 'TCP'

Open Mr-ChenSH opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "/home/cybersec/TCP-main/TCP/train.py", line 15, in from TCP.model import TCP ModuleNotFoundError: No module named 'TCP'*

Encountering this issue while running train.py

Mr-ChenSH avatar Jul 31 '24 01:07 Mr-ChenSH

Have you added the TCP path to PYTHONPATH like this export PYTHONPATH=$PYTHONPATH:PATH_TO_TCP?

penghao-wu avatar Aug 06 '24 08:08 penghao-wu

yes. export CARLA_ROOT=/home/cybersec/Work/Docker/carla/share

Mr-ChenSH avatar Aug 11 '24 06:08 Mr-ChenSH

How to change the perspective of the car during verification

Mr-ChenSH avatar Aug 14 '24 08:08 Mr-ChenSH