I want to install arcpy on my university's HPC clusters. I don't know where to start the process, but I tried to install it using
>> conda install -c esri arcpy
It gives the following error-
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- arcpy
Current channels:
- https://conda.anaconda.org/esri/linux-64
- https://conda.anaconda.org/esri/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
Can someone help me with it?
Thanks
Before you get too deep into trying to install it, is ArcGIS Server or ArcGIS Desktop installed on each/every machine in the HPC cluster? The ArcPy package requires an installed and licensed Esri product to work.
Is there a way I can check it myself or do I need to ask the HPC people?