You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:\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\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:\PROGRA1/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!
The text was updated successfully, but these errors were encountered:
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:\PROGRA
1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 423, in startPlugin1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _importplugins[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
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:\PROGRA
1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _import1/QGIS 3.28.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _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
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!
The text was updated successfully, but these errors were encountered: