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

Error while installing the plugin from zip #29

Open
Dan-A22 opened this issue Feb 28, 2023 · 1 comment
Open

Error while installing the plugin from zip #29

Dan-A22 opened this issue Feb 28, 2023 · 1 comment

Comments

@Dan-A22
Copy link

Dan-A22 commented Feb 28, 2023

Hi everybody. I was following the installation guide and when I tried to do the "install from zip" part I faced the following error:

Couldn't load plugin 'traffic-generation-editor-main' due to an error when calling its classFactory() method

ModuleNotFoundError: No module named 'ad_map_access'
Traceback (most recent call last):
File "C:\PROGRA1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 423, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:\Users/99660813/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\traffic-generation-editor-main_init
.py", line 21, in classFactory
from .carla_scenario_editor import OSC_Generator # pylint: disable=import-outside-toplevel,import-error
File "C:\PROGRA
1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/99660813/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\traffic-generation-editor-main\carla_scenario_editor.py", line 22, in
from .osc_generator.add_vehicles import AddVehiclesDockWidget
File "C:\PROGRA1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/99660813/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\traffic-generation-editor-main\osc_generator\add_vehicles.py", line 21, in
import ad_map_access as ad
File "C:\PROGRA
1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'ad_map_access'

Does anyone know how can I fix this problem? any help is much appreciated!

@ccysway
Copy link

ccysway commented Apr 13, 2023

Hi,
You need install the CARLA AD Map plugin to qgis first.
map_plugin

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

2 participants