Hi,
I am using:
import arcpy
but I am getting the error:
ModuleNotFoundError: No module named 'arcpy'
I tried to install it using:
pip install -c esri arcpy
but I am getting the error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'esri'
Somebody please guide me.
Zulfi.