qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.29k stars 2.96k forks source link

Python error starting QGIS 3.4.10 #31211

Closed Manalemart closed 5 years ago

Manalemart commented 5 years ago

When starting Qgis 3.4.10, the following error appears in the LOG Console. I copy the message for Python Adverstiment come out:

Python log: 2019-08-12T11:27:44 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\importlib_bootstrap.py:219: ImportWarning: can't resolve package from spec or package, falling back on name and path return f(*args, **kwds)

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\__init__.py", line 77, in classFactory
          from .dataexplorer import DataExpPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\dataexplorer.py", line 37, in 
          from . import dataexplorerdialog
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\dataexplorerdialog.py", line 43, in 
          from scipy import stats as scystat
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\stats\__init__.py", line 345, in 
          from .stats import *
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\stats\stats.py", line 171, in 
          from . import distributions
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\stats\distributions.py", line 10, in 
          from ._distn_infrastructure import (entropy, rv_discrete, rv_continuous,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\stats\_distn_infrastructure.py", line 16, in 
          from scipy.misc import doccer
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\misc\__init__.py", line 68, in 
          from scipy.interpolate._pade import pade as _pade
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\interpolate\__init__.py", line 175, in 
          from .interpolate import *
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\interpolate\interpolate.py", line 32, in 
          from .interpnd import _ndim_coords_from_arrays
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 670, in _load_unlocked
          File "", line 583, in module_from_spec
          File "", line 1043, in create_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\scipy\spatial\__init__.py", line 96, in 
          from .qhull import *
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 670, in _load_unlocked
          File "", line 583, in module_from_spec
          File "", line 1043, in create_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 670, in _load_unlocked
          File "", line 583, in module_from_spec
          File "", line 1043, in create_module
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:45 WARNING warning:C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py:685: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses mod = _builtin_import(name, globals, locals, fromlist, level)

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\__init__.py", line 77, in classFactory
          from .dataexplorer import DataExpPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\dataexplorer.py", line 38, in 
          from . import aboutdialog
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\dataexplorer\aboutdialog.py", line 7, in 
          from future import standard_library
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\future\standard_library\__init__.py", line 65, in 
          import imp
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\imp.py", line 33, in 
          DeprecationWarning, stacklevel=2)

2019-08-12T11:27:45 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\types\oldstr.py:33: DeprecationWarning: invalid escape sequence \d """

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 299, in loadPlugin
          __import__(packageName)
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\firstaid\__init__.py", line 11, in 
          from .debuggerwidget import DebuggerWidget
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\firstaid\debuggerwidget.py", line 11, in 
          from past.builtins import execfile
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\builtins\__init__.py", line 43, in 
          from past.builtins.noniterators import (filter, map, range, reduce, zip)
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\builtins\noniterators.py", line 24, in 
          from past.types import basestring
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\types\__init__.py", line 25, in 
          from .oldstr import oldstr
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:46 WARNING warning:C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py:685: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working mod = _builtin_import(name, globals, locals, fromlist, level)

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 299, in loadPlugin
          __import__(packageName)
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\firstaid\__init__.py", line 11, in 
          from .debuggerwidget import DebuggerWidget
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\firstaid\debuggerwidget.py", line 11, in 
          from past.builtins import execfile
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\builtins\__init__.py", line 43, in 
          from past.builtins.noniterators import (filter, map, range, reduce, zip)
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\builtins\noniterators.py", line 24, in 
          from past.types import basestring
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\types\__init__.py", line 25, in 
          from .oldstr import oldstr
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\past\types\oldstr.py", line 5, in 
          from collections import Iterable
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1032, in _handle_fromlist
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\collections\__init__.py", line 52, in __getattr__
          DeprecationWarning, stacklevel=2)

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\requests\status_codes.py:18: DeprecationWarning: invalid escape sequence \o """

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 28, in 
          from requests.compat import json as _json
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\requests\__init__.py", line 114, in 
          from .models import Request, Response, PreparedRequest
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\requests\models.py", line 43, in 
          from .status_codes import codes
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\basedatatypes.py:38: DeprecationWarning:

         invalid escape sequence \[

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 32, in 
          from plotly.basedatatypes import BaseTraceType, BaseFigure, BaseLayoutType
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\basedatatypes.py:3479: DeprecationWarning:

         invalid escape sequence \d

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 32, in 
          from plotly.basedatatypes import BaseTraceType, BaseFigure, BaseLayoutType
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages_plotly_utils\basevalidators.py:984: DeprecationWarning:

         invalid escape sequence \(

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 32, in 
          from plotly.basedatatypes import BaseTraceType, BaseFigure, BaseLayoutType
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\basedatatypes.py", line 13, in 
          from _plotly_utils.basevalidators import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages_plotly_utils\basevalidators.py:1401: DeprecationWarning:

         invalid escape sequence \^

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 32, in 
          from plotly.basedatatypes import BaseTraceType, BaseFigure, BaseLayoutType
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\basedatatypes.py", line 13, in 
          from _plotly_utils.basevalidators import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:47 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages_plotly_utils\basevalidators.py:1408: DeprecationWarning:

         invalid escape sequence \d

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 32, in 
          from plotly.basedatatypes import BaseTraceType, BaseFigure, BaseLayoutType
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\basedatatypes.py", line 13, in 
          from _plotly_utils.basevalidators import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:54 WARNING warning:C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py:685: DeprecationWarning:

         Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 36, in 
          import plotly # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\__init__.py", line 31, in 
          from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\__init__.py", line 10, in 
          from . plotly import (
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\plotly\plotly.py", line 37, in 
          from plotly.grid_objs import Grid, Column
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\grid_objs\__init__.py", line 8, in 
          from plotly.grid_objs.grid_objs import Grid, Column
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\plotly\grid_objs\grid_objs.py", line 8, in 
          from collections import MutableSequence
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1032, in _handle_fromlist
          File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\collections\__init__.py", line 52, in __getattr__
          DeprecationWarning, stacklevel=2)

2019-08-12T11:27:55 WARNING warning:C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py:1757: DeprecationWarning:

         invalid escape sequence \A

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 82, in 
          from .IdwInterpolation import IdwInterpolation
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\IdwInterpolation.py", line 44, in 
          from processing.algs.qgis.ui.InterpolationWidgets import ParameterInterpolationData, ParameterPixelSize
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\ui\InterpolationWidgets.py", line 47, in 
          from processing.gui.wrappers import WidgetWrapper, DIALOG_STANDARD
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:55 WARNING warning:C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py:1772: DeprecationWarning:

         invalid escape sequence \A

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\__init__.py", line 31, in classFactory
          from .LAStoolsPlugin import LAStoolsPlugin
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsPlugin.py", line 35, in 
          from .LAStoolsProvider import LAStoolsProvider
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LAStools\LAStoolsProvider.py", line 32, in 
          from processing.core.ProcessingConfig import Setting, ProcessingConfig
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 953, in _find_and_load_unlocked
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\__init__.py", line 29, in 
          from processing.tools.general import * # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py", line 39, in 
          from processing.core.Processing import Processing
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py", line 58, in 
          from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\QgisAlgorithmProvider.py", line 82, in 
          from .IdwInterpolation import IdwInterpolation
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\IdwInterpolation.py", line 44, in 
          from processing.algs.qgis.ui.InterpolationWidgets import ParameterInterpolationData, ParameterPixelSize
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\algs\qgis\ui\InterpolationWidgets.py", line 47, in 
          from processing.gui.wrappers import WidgetWrapper, DIALOG_STANDARD
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2019-08-12T11:27:59 WARNING warning:C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic\objcreator.py:152: DeprecationWarning:

         'U' mode is deprecated

         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 335, in startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\__init__.py", line 28, in classFactory
          from .qgis2web import Qgis2Web
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\qgis2web.py", line 30, in 
          from qgis2web.maindialog import MainDialog
          File "C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\qgis\utils.py", line 685, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File 

When starting QGIS 3.4.10, the following error appears in the LOG console. I copy the three messages that come out:

2019-08-12T11:27:37 WARNING No se pudo cargar C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/plugins/grassplugin7.dll (motivo: No se puede cargar la biblioteca C:\PROGRA~1\QGIS3~1.4\apps\qgis-ltr\plugins\grassplugin7.dll: No se puede encontrar el módulo especificado.) 2019-08-12T11:27:37 WARNING No se pudo cargar C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/plugins/grassprovider7.dll (motivo: No se puede cargar la biblioteca C:\PROGRA~1\QGIS3~1.4\apps\qgis-ltr\plugins\grassprovider7.dll: No se puede encontrar el módulo especificado.) 2019-08-12T11:27:37 WARNING No se pudo cargar C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/plugins/grassrasterprovider7.dll (motivo: No se puede cargar la biblioteca C:\PROGRA~1\QGIS3~1.4\apps\qgis-ltr\plugins\grassrasterprovider7.dll: No se puede encontrar el módulo especificado.) 2019-08-12T11:27:37 INFO Cargado EdiciónFueraDeLínea (Ruta: C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/plugins/offlineeditingplugin.dll) 2019-08-12T11:27:37 INFO Cargado Comprobador de topología (Ruta: C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/plugins/topolplugin.dll) 2019-08-12T11:27:45 INFO Data Analysis and Visualization cargado (paquete: dataexplorer) 2019-08-12T11:27:46 INFO First Aid cargado (paquete: firstaid) 2019-08-12T11:27:57 INFO LAStools cargado (paquete: LAStools) 2019-08-12T11:27:57 INFO Line direction histogram cargado (paquete: LineDirectionHistogram) 2019-08-12T11:27:57 INFO mmqgis cargado (paquete: mmqgis) 2019-08-12T11:27:58 INFO Processing R Provider cargado (paquete: processing_r) 2019-08-12T11:27:59 INFO Qgis2threejs cargado (paquete: Qgis2threejs) 2019-08-12T11:27:59 INFO qgis2web cargado (paquete: qgis2web) 2019-08-12T11:27:59 INFO DB Manager cargado (paquete: db_manager) 2019-08-12T11:28:00 INFO MetaSearch Catalog Client cargado (paquete: MetaSearch) 2019-08-12T11:28:06 INFO Processing cargado (paquete: processing)

Python LOG: "C:/Users/mam/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\maindialog.py", line 79, in os.path.dirname(file), 'ui_maindialog.ui')) File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic__init.py", line 198, in loadUiType winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix, import_from) File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic\Compiler\compiler.py", line 53, in init qtproxies.QtWidgets, CompilerCreatorPolicy()) File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic\uiparser.py", line 177, in init self.factory = QObjectCreator(creatorPolicy) File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic\objcreator.py", line 85, in init__ if self.load_plugin(filename, plugin_globals, plugin_locals): File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\PyQt5\uic\objcreator.py", line 152, in load_plugin plugin = open(filename, 'rU')

gioman commented 5 years ago

The error comes from the dataexplorer 3rd party plugin, not a QGIS issue.

basainey commented 3 years ago

I'm having a similar problem but started after I installed Mergin. Now, I can't open the Manage and Install Plugins

An error has occurred while executing Python code:

SystemError: returned a result with an error set Traceback (most recent call last): File "C:/PROGRA~1/QGIS 3.14/apps/qgis/./python\qgis\utils.py", line 784, in _import _import_paths[p] = _AddDllDirectory(p) File "C:/PROGRA~1/QGIS 3.14/apps/qgis/./python\qgis\utils.py", line 731, in _errcheck_zero raise ctypes.WinError(ctypes.get_last_error()) OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect.

The above exception was the direct cause of the following exception:

SystemError: returned a result with an error set

Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] QGIS version: 3.14.16-Pi Pi, df27394552

Python Path: C:/Users/saibo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\contour C:/PROGRA~1/QGIS 3.14/apps/qgis/./python C:/Users/saibo/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:/Users/saibo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins C:/PROGRA~1/QGIS 3.14/apps/qgis/./python/plugins C:\PROGRA~1\QGIS 3.14\apps\Python37 C:\PROGRA~1\QGIS 3.14\apps\Python37\Scripts C:\Program Files\QGIS 3.14\bin\python37.zip C:\PROGRA~1\QGIS 3.14\apps\Python37\DLLs C:\PROGRA~1\QGIS 3.14\apps\Python37\lib C:\Program Files\QGIS 3.14\bin C:\PROGRA~1\QGIS 3.14\apps\Python37\lib\site-packages C:\PROGRA~1\QGIS 3.14\apps\Python37\lib\site-packages\win32 C:\PROGRA~1\QGIS 3.14\apps\Python37\lib\site-packages\win32\lib C:\PROGRA~1\QGIS 3.14\apps\Python37\lib\site-packages\Pythonwin C:/Users/saibo/AppData/Roaming/QGIS/QGIS3\profiles\default/python C:\Users\saibo\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\HCMGIS/forms