We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
traffic-generation-editor/carla_scenario_editor.py
Line 35 in 1f69dfe
when i run Connect to Carla, it ask me that No CARLA module available, I find here an error occurred.
from .carla_connect.addcam import CameraDockWidget from .carla_connect.carla_connect_dockwidget import CarlaConnectDockWidget
When i remove try ,except, I find CameraDockWidget call the pygame. and give me a error:
try
except
Module 'sys' has no attribute 'argv' in pygame
so..why? pygame version is 2.0.1
The text was updated successfully, but these errors were encountered:
Maybe check with pygame? Is there an update or issue known?
Sorry, something went wrong.
Add 'sys.argv=[‘’]' after 'import sys' in carla_connect/mapupdate.py works fine for me.
No branches or pull requests
traffic-generation-editor/carla_scenario_editor.py
Line 35 in 1f69dfe
when i run Connect to Carla, it ask me that No CARLA module available, I find here an error occurred.
When i remove
try
,except
, I find CameraDockWidget call the pygame. and give me a error:so..why?
pygame version is 2.0.1
The text was updated successfully, but these errors were encountered: