<div dir="ltr">Hi,<div><br></div><div>I<font face="arial, helvetica, sans-serif"> ran across this problem when updating the plugins on my linux system and saw a similar error on my Windows system. This is the solution I found on the internet:</font></div>
<div><font face="arial, helvetica, sans-serif"><br></font></div><div><pre style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.600000381469727px"><font face="arial, helvetica, sans-serif">Go into Processing->Options and Configuration
In the Providers->Saga section turn off 2.0.8 compatibility.</font></pre><pre style="font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.600000381469727px">
<font face="arial, helvetica, sans-serif"><br></font></pre><pre style="font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.600000381469727px"><font face="arial, helvetica, sans-serif">This is a little difficult when the plugin doesn't load and you can't access the menu.</font></pre>
<pre style="font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.600000381469727px"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px">
<font face="arial, helvetica, sans-serif" style="color:rgb(0,0,0);font-size:14px;line-height:19.600000381469727px;white-space:pre-wrap">Just go into this file ~/</font><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap">.qgis2/processing/processing.conf and change this line:</span></font></pre>
<pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap">   SAGA_208=True<br>
</span></font></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap">to</span></font></pre>
<pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap">   SAGA_208=False<br>
</span></font></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap"><br>
</span></font></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:14.44444465637207px;line-height:19.600000381469727px;white-space:pre-wrap">This fix allowed the Processing plugin to load and also allowed other plugins to be installed that were failing on the "</span></font><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">no module named qgis.QGISAlgorithmProvider" error.</span></pre>
<pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px">
<span style="font-family:arial,sans-serif;font-size:13.333333969116211px">I've only tried this so far on my linux system but suspect the same fix will also solve the issue on my Windows system.</span></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px">
<span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Hope this helps.</span></pre>
<pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></pre><pre style="word-wrap:break-word;margin-top:0px;margin-bottom:0px">
<span style="font-family:arial,sans-serif;font-size:13.333333969116211px">~Neil B.</span></pre></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 6, 2014 at 11:33 AM, Alex Mandel <span dir="ltr"><<a href="mailto:tech_dev@wildintellect.com" target="_blank">tech_dev@wildintellect.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is a related ticket already,<br>
<a href="http://hub.qgis.org/issues/10045" target="_blank">http://hub.qgis.org/issues/10045</a><br>
<br>
Feel free to add more info.<br>
<br>
Thanks,<br>
Alex<br>
<div class="HOEnZb"><div class="h5"><br>
On 05/06/2014 10:08 AM, Alex Mandel wrote:<br>
> I can confirm this is a bug. Happens on Ubuntu also. The default version<br>
> installed is not cleanly masked by the upgraded version in the user folder.<br>
><br>
> Installed version: 2.0 (in /usr/share/qgis/python/plugins/processing)<br>
> Available version: 2.2.0-2 (in QGIS Official Plugin Repository)<br>
><br>
> Attempting to upgrade throws the error mentioned before:<br>
> no module named qgis.QGISAlgorithmProvider<br>
><br>
> Workaround is to remove the version that ships with QGIS. Thats not<br>
> really a good solution for most users.<br>
><br>
> Thanks,<br>
> Alex<br>
><br>
> On 05/05/2014 01:18 PM, G. Allegri wrote:<br>
>> Try removing the processing plugin folder and reinstall it.<br>
>> Be sure you don't have it also installed under <user>/.qgis2/python/plugins<br>
>> Removing and reinstalling worked for me.<br>
>><br>
>> giovanni<br>
>><br>
>><br>
>> 2014-05-05 20:42 GMT+02:00 Kurt Trinko <<a href="mailto:ktrinko@gmail.com">ktrinko@gmail.com</a>>:<br>
>><br>
>>> upgraded processing on win 7 64 bit has broken the plugin<br>
>>> no module named qgis.QGISAlgorithmProvider<br>
>>><br>
>>> anyone else with this problem?<br>
>>><br>
>>> kurt<br>
>>><br>
>>> _______________________________________________<br>
>>> Qgis-user mailing list<br>
>>> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Qgis-user mailing list<br>
>> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>><br>
><br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
><br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</div></div></blockquote></div><br></div>