Why is installing a secondary python library so difficult for use with Arcgis Server/web tool deployment?

289
0
02-18-2020 01:06 PM
nickkeller
New Contributor

Basically I'm trying to add the pyodbc library to the company ArcGIS server so that it can query a different SQL server but I'm having enormous difficulties in accomplishing this task. First I was never able to successfully clone the base arcgispro-py3 environment installed with the server. It kept giving me errors like PermissionError: [Errno 13]. So then I just tried to conda install pyodbc to the base arcgispro-py3 env and for some reason got the same error (I was in an administrator command prompt). But it looks like the package was installed anyway. But now many of the webtools are broken. So I tried to use '''conda install --rev 0''' and then another error. Is there anyway to fix this? We're using ArcGIS Server 10.7 

0 Kudos
0 Replies