mapilio / MapSyncer

MIT License
7 stars 0 forks source link

ModuleNotFoundError: No module named 'mapilio_kit.components.edit_config' #81

Closed brmonaghan closed 1 month ago

brmonaghan commented 1 month ago

Short Information

Problem Definition Briefly (might be explained in steps)

Expected Output

Actual Output

*Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Program Files\Python312\Scripts\RunMapSyncer.exe__main__.py", line 4, in File "C:\Program Files\Python312\Lib\site-packages\MapSyncer\app.py", line 11, in from mapilio_kit.components.edit_config import edit_config ModuleNotFoundError: No module named 'mapilio_kit.components.edit_config'

Extra information (can contain screen shots)

image

gorkemgul commented 1 month ago

Hi @brmonaghan, due to the moduler changes on mapilio-kit-3.0.0 you're facing with this issue. You may need to update your MapSyncer version to the latest one by using pip install mapsyncer --upgrade,

Thanks for your feedback, Best Regards 🎉

brmonaghan commented 1 month ago

Thanks, now it works, but another error appeared. See #83 for details