How to make Python toolbox (distributed via Anaconda) available to group of users

380
3
06-15-2023 03:01 AM
Labels (1)
SurendraPinjala
New Contributor II

We have a Python toolbox (distributed via Anaconda) installed (using conda install command) by Administrator in the ArcGIS Pro default conda environment C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages.  This Python toolbox is  available for Administrator in Pro Geoprocessing tools window, but other users can not see the toolbox. We checked the file properties of the python files inside the installed package folder and noticed that files have no inheritance enabled on them. Is there anyway to enable inheritance (with conda install) and make toolbox available to other users.

Thanks,

Surendra

 

 

 

0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

Were none of the suggestions here useful?

Distribute a geoprocessing module—ArcGIS Pro | Documentation


... sort of retired...
0 Kudos
SurendraPinjala
New Contributor II

Thank you DanPatterson for your message, Those suggestions are helpful. But in our case we have a geoprocessing module distributed via Anaconda and installed in ArcGIS Pro default environment. The user who installed the package can see the toolbox in Pro Geoprocessing Tools other users can not.

 

0 Kudos
DanPatterson
MVP Esteemed Contributor

don't know, it seems to be a folder permissions thing


... sort of retired...
0 Kudos