-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QGIS 3.4 Unable to load 'processing' plug-in due to an error calling your classFactory () method #28165
Comments
Author Name: Giovanni Manghi (@gioman) Try with a clean/new profile.
|
Author Name: Adrien VAN HAMME (Adrien VAN HAMME) Giovanni Manghi wrote:
Hi ! |
Author Name: Giovanni Manghi (@gioman) Adrien VAN HAMME wrote:
settings > user profiles > new profile |
Author Name: Adrien VAN HAMME (Adrien VAN HAMME) Giovanni Manghi wrote:
Thanks. I created a new profile, then copy all of its content into the default profile directory and delete the new profile directory. Otherwise, if you don't want to play with profiles, there is an easy way to fix it : deactivate and reactivate (checkbox) the processing extension. |
Author Name: Adrien VAN HAMME (Adrien VAN HAMME) I'm sorry but, after the cleaning of the default profile and a after a few clean lauchings with this profile, I have noticed the error again... |
Author Name: Friede Goral (Friede Goral) I have the same problem in version 3.4.2. with any plugin I want to load:
|
Author Name: Alexander Bruy (@alexbruy) Works fine in master. Please reopen if necessary
|
Hola. Tengo el mismo error cuando quiero usar OSMDownloader "No se pudo cargar el complemento 'OSMDownloader' debido a un error al llamar a su método classFactory()" |
Author Name: Pedro Muñoz (Pedro Muñoz)
Original Redmine Issue: 20344
Affected QGIS version: 3.4.0
Redmine category:processing/core
No se pudo cargar el complemento 'processing' debido a un error al llamar a su método classFactory()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 37: invalid continuation byte
Traceback (most recent call last):
File "C:/PROGRA
1/QGIS31.4/apps/qgis/./python\qgis\utils.py", line 335, in startPluginplugins[packageName] = package.classFactory(iface)
File "C:/PROGRA
1/QGIS31.4/apps/qgis/./python/plugins\processing_init_.py", line 37, in classFactoryreturn ProcessingPlugin(iface)
File "C:/PROGRA
1/QGIS31.4/apps/qgis/./python/plugins\processing\ProcessingPlugin.py", line 178, in initProcessing.initialize()
File "C:/PROGRA
1/QGIS31.4/apps/qgis/./python/plugins\processing\core\Processing.py", line 105, in initializeRenderingStyles.loadStyles()
File "C:/PROGRA
1/QGIS31.4/apps/qgis/./python/plugins\processing\gui\RenderingStyles.py", line 50, in loadStylesline = lines.readline().strip('\n')
File "C:\PROGRA
1\QGIS31.4\apps\Python37\lib\codecs.py", line 322, in decode(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 37: invalid continuation byte
Versión de Python: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
Versión de QGIS: 3.4.0-Madeira Madeira, 4a4b62e
Ruta de Python:
C:/PROGRA
1/QGIS31.4/apps/qgis/./pythonC:/Users/pjman/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/pjman/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA
1/QGIS31.4/apps/qgis/./python/pluginsC:\Program Files\QGIS 3.4\bin\python37.zip
C:\PROGRA
1\QGIS31.4\apps\Python37\DLLsC:\PROGRA
1\QGIS31.4\apps\Python37\libC:\Program Files\QGIS 3.4\bin
C:\PROGRA
1\QGIS31.4\apps\Python37C:\PROGRA
1\QGIS31.4\apps\Python37\lib\site-packagesC:\PROGRA
1\QGIS31.4\apps\Python37\lib\site-packages\win32C:\PROGRA
1\QGIS31.4\apps\Python37\lib\site-packages\win32\libC:\PROGRA
1\QGIS31.4\apps\Python37\lib\site-packages\PythonwinC:/Users/pjman/AppData/Roaming/QGIS/QGIS3\profiles\default/python
The text was updated successfully, but these errors were encountered: