On 10/2/21 8:35 PM, Fred Perloff wrote:
> Thank you for your prompt and insightful replies!
> 
> I decided to clean the slate – I uninstalled Anaconda & OsGEO4w, and 
> rebooted. The PATH was clear of any references to python(s) and there were no 
> PYTHONPATH or PYTHONHOME variables.
> 
> I reinstalled Anaconda, and made sure that I did NOT add conda to PATH. I 
> installed QGIS desktop 3.20 and started the program. I received a very 
> similar error message to last time. Both QGIS and Anaconda write to “Python 
> path,” though QGIS entries are first in order.

Can you start/stop QGIS from the osgeo4w.bat terminal and check the values of 
PATH and PYTHONPATH there? Just to be sure that osgeo4w is ONLY pointing to the 
python versions of osgeo4w (and not tainted by conda's).

Also: not only check python but also available QT/sip related environment 
variables.

Another check: 
(mmm wanted to ask you to check sys.path in python console in QGIS... but THAT 
you do not have :-)
Then: for the osgeo4w.bat terminal start python and in that console:
import sys
print(sys.path)
and check which path's osgeo4w python is seeing/using?

(note: you could do the same in the conda environment)

Another work around: do not use the osgeo4w QGIS, but the conda QGIS?

Regards,

Richard Duivenvoorde
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to