Install arcpy in anaconda

Starting with ArcGIS Pro 2.7, ArcPy package versions can be added to an existing Python 3 environment when there are no conflicting versions. To add ArcPy, use conda to install ArcPy from the Esri channel on Anaconda Cloud. From  the Python command prompt , run the following command with the appropriate version number

conda install arcpy=3.0 -c esri

Guess you like

Origin blog.csdn.net/xiangfengl/article/details/133207565