Hi All, I have script written in Py3 in ArcGIS Pro 2.8, it uses pyodbc lib to connect to Non GIS SQL Server database. ArcGIS pro needs to be a cloned env.
I want to schedule this script as FME workspace (Ver 2021.2) using Python caller to run the script. The issue that I am having is that it’s not able to find the Cloned environment and not able to reach pyodbc library. I have implemented all the suggestions from this Safe Community Article.
I am looking for some feedback on hoe to have FME Desktop point to the clone env. It points to the following path:
C:\\Users\\testUser\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3
I need to update so that it points to the following path:
C:\\Users\\testUser\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone
The error that I am getting is:
Python Exception <ModuleNotFoundError>: No module named 'pyodbc'
Appreciate any feedback.
Thanks
JS