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
File "/home/elie/data/pnx-si/geonature.develop/backend/geonature/core/command/create_gn_module.py", line 86, in install_gn_module
if not module_db_upgrade(module_dist, x_arg=x_arg):
File "/home/elie/data/pnx-si/geonature.develop/backend/geonature/utils/module.py", line 90, in module_db_upgrade
module_blueprint = module_dist.entry_points["blueprint"].load() # force discovery of models
File "/home/elie/data/pnx-si/geonature.develop/backend/venv/lib/python3.9/site-packages/importlib_metadata/__init__.py", line 203, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/home/elie/data/pnx-si/gn_module_export.develop/backend/gn_module_export/blueprint.py", line 533, in <module>
if public_config["EXPORTS"]["expose_dsw_api"]:
KeyError: 'EXPORTS'
La config est importé avant le pip install du module, donc ne contient pas encore la config du module d’export.
The text was updated successfully, but these errors were encountered:
La config est importé avant le pip install du module, donc ne contient pas encore la config du module d’export.
The text was updated successfully, but these errors were encountered: