How to install the three libraries of osgeo, pylab and arcpy

For a long time, osgeo is to install GDAL, GDAL contains osgeo, installed directly import osgeo

It succeeds without reporting an error

pylab is to install matplotlib, matplotlib contains pylab, installed direct import pylab

It succeeds without reporting an error

pip install matplotlib

succeeded

How to install arcpy on python3.10

This is a problem, I'm superficial

I still need 2.7.3 python to install arcpy. It supports 32-bit whl package. The 64-bit package I downloaded didn’t work for a long time.

 (25 messages) ArcGIS 10.2.2 comes with Python 2.7.5, install pip, and configure gdal and arcpy tutorial_jing_zhong's blog-CSDN blog

Refer to this article to get it done. When importing, you must first open ArcGIS to obtain the license so that you will not report an error.

The installation location of this guy is here, so the variables have to be changed to here

D:\Program Files (x86)\ArcGIS\Desktop10.4

Guess you like

Origin blog.csdn.net/weixin_55008315/article/details/129208605