I'm on mac trying to install the module "arcpy" with pip. I use this command:
pip install --user arcpy
And I get this error:
Could not find a version that satisfies the requirement os (from versions: )
No matching distribution found for arcpy
Can someone tell me the problem?