Vorrei usare la shell OSGeo4W con Python3 ma durante la digitazione python3
ottengo il seguente errore:
Fatal Python error: Py_Initialize: unable to load the file system codec
File "C:\OSGEO4~1\apps\Python27\lib\encodings\__init__.py", line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax
Come posso usare Python3?
{path you installed qgis}\etc\ini
e modificarepython-core.bat
come riferimentoPython36
invece chePython27
nello script batch che impostaPYTHONHOME
ePATH
. Quindi chiamarepython3
dalla CLI. Tuttavia nota che questo interromperà i collegamenti a Python 2.7 e ti darà un errore di sintassi se provi a chiamare justpython
.