[Qgis-user] Processing plugin upgrade problem

Victor Olaya volayaf at gmail.com
Thu Nov 7 02:54:34 PST 2013


No, that should be enough, but unfortunately my knowledge of Mac OSX
is zero, so i am afraid I cannot help you. Let's see if other mac
users can help you... :-(

Cheers


2013/11/7 Julian Bogdani <jbogdani at gmail.com>:
> Hi Victor,
> SAGA should be installed with QGIS, isn’t it? I can see the saga_cmd in
> /Applications/QGIS.app/Contents/MacOS/bin and I added this path to my
> .bash_profile file
> Running saga_cmd -v on my terminal I have: SAGA Version: 2.1.0
>
> Closing QGIS and restarting, I found no changes, still the same error when I
> try to run any SAGA algorithm: Missing dependency
>
> Should I install Saga separately?
>
>
>
>
>
>
> On 7 Nov 2013, at 11:37 , Victor Olaya <volayaf at gmail.com> wrote:
>
> Is SAGA installed and in PATH? can you open a console and run
> saga_cmd? what do you get?
>
> Notice that SAGA 2.1.0 is needed in mac, but the default Processing
> configuration is to have 2.0.8 compatibility enabled...
>
> 2013/11/7 Julian Bogdani <jbogdani at gmail.com>:
>
> Trying to run any SAGA algorithm I get this message now:
>
> Missing dependency.This algorithm cannot be run :-(
>
> This algorithm requires SAGA to be run.Unfortunately, it seems that SAGA is
> not installed in your system, or it is not correctly configured to be used
> from QGIS
>
> Click here to know more about how to install and configure SAGA to be used
> with QGIS
>
> I just reinstalled GDAL and QGIS, upgraded Processing, and checked that SAGA
> was activated (Processing > Options and Configurations > Providers > SAGA)
>
>
>
>
> -----
> Julian Bogdani
> jbogdani at gmail.com
> http://bradypus.net
>
>
>
>
>
> On 7 Nov 2013, at 11:23 , G. Allegri <giohappy at gmail.com> wrote:
>
> I've noticed that it happens with Windows standalone installer too but not
> with OSGeo4W.
>
> giovanni
>
>
> 2013/11/7 Werner Macho <werner.macho at gmail.com>
>
>
> Hi!
>
> I had the same error .. It is nothing serious .. it tells you more or
> less that the upgrade was successful .. (because it does not find old
> files)
> just close and reopen QGIS and everything will be fine ..
>
> regards
> Werner
>
> On Thu, Nov 7, 2013 at 12:16 PM, Julian Bogdani <jbogdani at gmail.com>
> wrote:
>
> Hello all,
> I’m running latest QGIS (2.0.1-3) installed from Kyngchaos repo, on
> MacOS X
> 10.9 (Mavericks)
> trying to upgrade Processing plugin, to get advantage of this fix: Bug
> #8877: Kriging from SAGA (Processing) fails to run I get the following
> error.
> Any hint? Thank you
>
>
>
> Couldn't load plugin 'processing' from
>
> ['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python',
> '/Users/jbogdani/.qgis2/python',
> '/Users/jbogdani/.qgis2/python/plugins',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
> '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7',
> '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7',
> '/Library/Python/2.7/site-packages/numpy-override',
>
> '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.7/site-packages',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
> '/Library/Python/2.7/site-packages',
> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']
>
> Traceback (most recent call last):
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 182, in loadPlugin
>    __import__(packageName)
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>    mod = _builtin_import(name, globals, locals, fromlist, level)
>  File "/Users/jbogdani/.qgis2/python/plugins/processing/__init__.py",
> line
> 29, in
>    from processing.tools.general import *
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>    mod = _builtin_import(name, globals, locals, fromlist, level)
>  File
> "/Users/jbogdani/.qgis2/python/plugins/processing/tools/general.py",
> line 29, in
>    from processing.core.Processing import Processing
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>    mod = _builtin_import(name, globals, locals, fromlist, level)
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",
> line 35, in
>    from processing.gui.AlgorithmExecutor import AlgorithmExecutor
>  File
>
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>    mod = _builtin_import(name, globals, locals, fromlist, level)
> ImportError: No module named AlgorithmExecutor
>
> Python version:
> 2.7.5 (default, Aug 25 2013, 00:04:04)
> [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
>
>
> QGIS version:
> 2.0.1-Dufour Dufour, f738351
>
> Python path:
>
> ['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python',
> '/Users/jbogdani/.qgis2/python',
> '/Users/jbogdani/.qgis2/python/plugins',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
> '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7',
> '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7',
> '/Library/Python/2.7/site-packages/numpy-override',
>
> '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.7/site-packages',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
> '/Library/Python/2.7/site-packages',
> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']
>
>
>
>
>
> -----
> Julian Bogdani
> jbogdani at gmail.com
> http://bradypus.net
>
>
>
>
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
> --
> Giovanni Allegri
> http://about.me/giovanniallegri
> blog: http://blog.spaziogis.it
> GEO+ geomatica in Italia http://bit.ly/GEOplus
>
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>



More information about the Qgis-user mailing list