Skip to content

Issue installing arcpy_metadata #58

Answered by nickrsan
nickrsan asked this question in Q&A
Discussion options

You must be logged in to vote

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).

Replies: 1 comment

Comment options

nickrsan
Oct 8, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by nickrsan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant