Hi,
I compile gdal 3.7 in this way:

mkdir -p build
cd build
cmake -D GDAL_USE_GEOS=ON -D OGR_ENABLE_DRIVER_PARQUET:BOOL=OFF -D
OGR_ENABLE_DRIVER_ARROW:BOOL=OFF ..
cmake --build .
sudo cmake --build . --target install

When I run "cmake --build ." I have this error:

Deprecated command line option: -py3. Ignored, this option is no longer
supported.
/usr/bin/python3.9: No module named lib2to3

How to solve this problem?

Thank you

-- 
___________________

Andrea Borruso
website: https://medium.com/tantotanto
38° 7' 48" N, 13° 21' 9" E, EPSG:4326
___________________

"cercare e saper riconoscere chi e cosa,
 in mezzo all’inferno, non è inferno,
e farlo durare, e dargli spazio"

Italo Calvino
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to