enzococca / movecostTOqgis

Rscipt for QGIS for Calculation of Slope-Dependant Accumulated Cost Surface, Least-Cost Paths, and Least-Cost Corridors Related to Human
GNU General Public License v3.0
1 stars 1 forks source link

Impossibile installare plugin Movecost #1

Open ManuPutti opened 2 years ago

ManuPutti commented 2 years ago

Utilizzando l'ultima LTR di Qgis (3.16.11-Hannover) non riesco in alcun modo ad installare il plugin ottenendo sempre questo messaggio di errore. Ho provato a reinstallare qgis con privilegi di amministratore ed aprirlo, sempre come amministratore ma non ho risolto

Impossibile caricare il plugin 'movecost' a causa di un errore chiamando il metodo classFactory()

ModuleNotFoundError: No module named 'resources_rc' Traceback (most recent call last): File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost__init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\PyQt\uic\init.py", line 36, in loadUiType return PyQtLoadUiType(*args, **kwargs) File "C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\PyQt5\uic\init__.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 92, in File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

Versione Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] Versione di QGIS: 3.16.11-Hannover Hannover, 26cc1c76

Percorso Python: C:/PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins C:/PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python/plugins C:\Program Files\QGIS 3.16.11\bin\python39.zip C:\PROGRA~1\QGIS31~1.11\apps\Python39\DLLs C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib C:\Program Files\QGIS 3.16.11\bin C:\PROGRA~1\QGIS31~1.11\apps\Python39 C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\win32 C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\win32\lib C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\Pythonwin C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python

enzococca commented 2 years ago

prova ad aggiornarlo ora. e dimmi se ti funziona

ciao E

Il giorno gio 21 ott 2021 alle ore 12:49 ManuPutti @.***> ha scritto:

Utilizzando l'ultima LTR di Qgis (3.16.11-Hannover) non riesco in alcun modo ad installare il plugin ottenendo sempre questo messaggio di errore. Ho provato a reinstallare qgis con privilegi di amministratore ed aprirlo, sempre come amministratore ma non ho risolto

Impossibile caricare il plugin 'movecost' a causa di un errore chiamando il metodo classFactory()

ModuleNotFoundError: No module named 'resources_rc' Traceback (most recent call last): File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in

startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost_init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod =

builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\PyQt\uic_init.py", line 36, in _loadUiType return PyQtLoadUiType(args, *kwargs) File "C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\PyQt5\uic_init.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 92, in File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

Versione Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] Versione di QGIS: 3.16.11-Hannover Hannover, 26cc1c76

Percorso Python: C:/PROGRA1/QGIS311.11/apps/qgis-ltr/./python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins C:/PROGRA1/QGIS311.11/apps/qgis-ltr/./python/plugins C:\Program Files\QGIS 3.16.11\bin\python39.zip C:\PROGRA1\QGIS311.11\apps\Python39\DLLs C:\PROGRA1\QGIS311.11\apps\Python39\lib C:\Program Files\QGIS 3.16.11\bin C:\PROGRA1\QGIS311.11\apps\Python39 C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\win32 C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\win32\lib C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\Pythonwin C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KEOZTOD76HAXD7GCFLUH7V4HANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

ManuPutti commented 2 years ago

No purtroppo mi da lo stesso errore

2021-10-21T14:10:39 CRITICAL Traceback (most recent call last): File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost__init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\PyQt\uic\init.py", line 36, in loadUiType return PyQtLoadUiType(*args, **kwargs) File "C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\PyQt5\uic\init__.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 92, in File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

enzococca commented 2 years ago

adesso dovrebbe andare

Il giorno gio 21 ott 2021 alle ore 14:13 ManuPutti @.***> ha scritto:

No purtroppo mi da lo stesso errore

2021-10-21T14:10:39 CRITICAL Traceback (most recent call last): File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in

startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost_init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod =

builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\PyQt\uic_init.py", line 36, in _loadUiType return PyQtLoadUiType(args, *kwargs) File "C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\PyQt5\uic_init.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 92, in File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1#issuecomment-948552651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KBQRAWGUJFRPVSVWU3UH77WTANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

ManuPutti commented 2 years ago

Ciao, innanzitutto grazie per le pronte risposte. Purtroppo anche con la versione 0.4.1 nulla sembra cambiare. Ho provato anche dal portatile, per vedere se fosse un problema legato all'installazione di Qgis sul pc desktop ma si ripresenta lo stesso errore

Impossibile caricare il plugin 'movecost' a causa di un errore chiamando il metodo classFactory()

ModuleNotFoundError: No module named 'resources_rc' Traceback (most recent call last): File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost__init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\PyQt\uic\init.py", line 36, in loadUiType return PyQtLoadUiType(*args, **kwargs) File "C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\PyQt5\uic\init__.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 95, in File "C:\PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

Versione Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] Versione di QGIS: 3.16.11-Hannover Hannover, 26cc1c76

Percorso Python: C:/PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins C:/PROGRA~1/QGIS31~1.11/apps/qgis-ltr/./python/plugins C:\Program Files\QGIS 3.16.11\bin\python39.zip C:\PROGRA~1\QGIS31~1.11\apps\Python39\DLLs C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib C:\Program Files\QGIS 3.16.11\bin C:\PROGRA~1\QGIS31~1.11\apps\Python39 C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\win32 C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\win32\lib C:\PROGRA~1\QGIS31~1.11\apps\Python39\lib\site-packages\Pythonwin C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python

enzococca commented 2 years ago

hai provato a riavviare qgis. potrebbe essere che è rimasto in cache la versione vecchia

Il giorno gio 21 ott 2021 alle ore 15:04 ManuPutti @.***> ha scritto:

Ciao, innanzitutto grazie per le pronte risposte. Purtroppo anche con la versione 0.4.1 nulla sembra cambiare. Ho provato anche dal portatile, per vedere se fosse un problema legato all'installazione di Qgis sul pc desktop ma si ripresenta lo stesso errore

Impossibile caricare il plugin 'movecost' a causa di un errore chiamando il metodo classFactory()

ModuleNotFoundError: No module named 'resources_rc' Traceback (most recent call last): File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 334, in

startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost_init.py", line 35, in classFactory from .movecost import MOVECOST File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost.py", line 31, in from .movecost_dialog import MOVECOSTDialog File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod =

builtin_import(name, globals, locals, fromlist, level) File "C:\Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\movecost\movecost_dialog.py", line 39, in FORMCLASS, = uic.loadUiType(os.path.join( File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\PyQt\uic_init.py", line 36, in _loadUiType return PyQtLoadUiType(args, *kwargs) File "C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\PyQt5\uic_init.py", line 204, in loadUiType exec(code_string.getvalue(), ui_globals) File "", line 95, in File "C:\PROGRA1/QGIS311.11/apps/qgis-ltr/./python\qgis\utils.py", line 793, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'resources_rc'

Versione Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] Versione di QGIS: 3.16.11-Hannover Hannover, 26cc1c76

Percorso Python: C:/PROGRA1/QGIS311.11/apps/qgis-ltr/./python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins C:/PROGRA1/QGIS311.11/apps/qgis-ltr/./python/plugins C:\Program Files\QGIS 3.16.11\bin\python39.zip C:\PROGRA1\QGIS311.11\apps\Python39\DLLs C:\PROGRA1\QGIS311.11\apps\Python39\lib C:\Program Files\QGIS 3.16.11\bin C:\PROGRA1\QGIS311.11\apps\Python39 C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\win32 C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\win32\lib C:\PROGRA1\QGIS311.11\apps\Python39\lib\site-packages\Pythonwin C:/Users/Msi/AppData/Roaming/QGIS/QGIS3\profiles\default/python

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1#issuecomment-948595486, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KB6SP6TS4FZF3GJL4TUIAFXBANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

ManuPutti commented 2 years ago

Si ho riavviato anche il pc

enzococca commented 2 years ago

se hai tempo ci connettiamo un attimo via zoom. scrivimi in privato

Il giorno gio 21 ott 2021 alle ore 15:12 ManuPutti @.***> ha scritto:

Si ho riavviato anche il pc

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1#issuecomment-948602911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KBGB53PTNYKSHLJEODUIAGS3ANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

enzococca commented 2 years ago

@.***

Il giorno gio 21 ott 2021 alle ore 15:14 Enzo Cocca @.***> ha scritto:

se hai tempo ci connettiamo un attimo via zoom. scrivimi in privato

Il giorno gio 21 ott 2021 alle ore 15:12 ManuPutti < @.***> ha scritto:

Si ho riavviato anche il pc

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1#issuecomment-948602911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KBGB53PTNYKSHLJEODUIAGS3ANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

enzococca commented 2 years ago

ad ogni modo controlla in questo percorso sul tuo pc C:\Users\Msi\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\

se hai un file che si chiama movecost__init.py e altri file che hanno iniziano con movecost. se sì cancellali. sembra che sia stato installato male il plugin

Il giorno gio 21 ott 2021 alle ore 15:14 Enzo Cocca @.***> ha scritto:

@.***

Il giorno gio 21 ott 2021 alle ore 15:14 Enzo Cocca @.***> ha scritto:

se hai tempo ci connettiamo un attimo via zoom. scrivimi in privato

Il giorno gio 21 ott 2021 alle ore 15:12 ManuPutti < @.***> ha scritto:

Si ho riavviato anche il pc

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/enzococca/movecostTOqgis/issues/1#issuecomment-948602911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2P5KBGB53PTNYKSHLJEODUIAGS3ANCNFSM5GN2AGPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014

-- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage"

ISMEO International Association of Mediterranean and Oriental Studies

mail: @.*** cell: +393495087014