-
Copying comment from @patel1684 on a commit: Hi Nick
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Patel1984 - that error message suggests you're not using ArcGIS's copy of Python when you run pip - you'd need to know the path to your ArcGIS Python interpreter then, which is named by version number. So, if you're using ArcGIS 10.8, for example, you'd run the installation as |
Beta Was this translation helpful? Give feedback.
Hi @Patel1984 - that error message suggests you're not using ArcGIS's copy of Python when you run pip - you'd need to know the path to your ArcGIS Python interpreter then, which is named by version number. So, if you're using ArcGIS 10.8, for example, you'd run the installation as
C:\Python27\ArcGIS10.8\python -m pip install arcpy-metadata
to have ArcGIS's python install it into its interpreter. You can't install arcpy_metadata into a non-ArcGIS python install (unless you do some work to make arcpy available there, which isn't supported by Esri or us).