Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'agents' #741

Open
jishenghuang opened this issue Sep 12, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'agents' #741

jishenghuang opened this issue Sep 12, 2024 · 0 comments

Comments

@jishenghuang
Copy link

print(sys.path)
['', '/home/hnyx/carla-ros-bridge/catkin_ws/devel/lib/python3/dist-packages', '/opt/ros/noetic/lib/python3/dist-packages', '/apollo/cyber', '/apollo/cyber/python', '/apollo', '/apollo/modules', '/apollo/modules/carla_bridge/carla_api/carla-0.9.14-py3.7-linux-x86_64.egg', '/carla/PythonAPI/carla/dist/carla-0.9.14-py3.7-linux-x86_64.egg', '/carla/PythonAPI/carla', '/apollo/bazel-bin', '/carla/PythonAPI/carla/agents', '/home/hnyx/anaconda3/envs/Carla_env/lib/python37.zip', '/home/hnyx/anaconda3/envs/Carla_env/lib/python3.7', '/home/hnyx/anaconda3/envs/Carla_env/lib/python3.7/lib-dynload', '/home/hnyx/.local/lib/python3.7/site-packages', '/home/hnyx/anaconda3/envs/Carla_env/lib/python3.7/site-packages']

import agents
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'agents'
The system path already contains the agents package, but it cannot be imported.
May I ask how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant