Select to view content in your preferred language

Python File Troubleshooting

286
3
Jump to solution
a month ago
Labels (3)
JohnnyFreudenrich
Emerging Contributor

Good afternoon yall, firstly, I hope your day is going well.

 

I am near the final stage of automation from API to ArcGIS Geodatabase Upload, And I have found a new obstacle.

 

Upon trying to validate where my python environment was installed within ArcGIS, I began searching for it through the settings, and options of the opening page of the software. Was not present. So I returned to the installer to see if it was an additional thing I needed to download, was unable to find anything related to coding.

 

Any support is appreciated. Merely need to validate the code I am writing in Visual Studio, by crossing where the python coding file is located through ArcGIS. Once I do this the process of automation can soon begun.

 

Many thanks and I appreciate your time.

0 Kudos
1 Solution

Accepted Solutions
Clubdebambos
MVP Regular Contributor

Hi @JohnnyFreudenrich 

I know you mentioned "searching for it through the settings, and options of the opening page of the software", but this is where I go to get my current Python environment.

Settings > Package Manager > Click the cog beside the Active Environment > get the folder path from the Environment Manager popup.

Is this available for you?

Clubdebambos_0-1736761091462.png

All the best,

Glen

~ learn.finaldraftmapping.com

View solution in original post

3 Replies
Clubdebambos
MVP Regular Contributor

Hi @JohnnyFreudenrich 

I know you mentioned "searching for it through the settings, and options of the opening page of the software", but this is where I go to get my current Python environment.

Settings > Package Manager > Click the cog beside the Active Environment > get the folder path from the Environment Manager popup.

Is this available for you?

Clubdebambos_0-1736761091462.png

All the best,

Glen

~ learn.finaldraftmapping.com
JohnnyFreudenrich
Emerging Contributor

This is exactly what I am searching for, many thanks sir, most appreciated.

 

JohnnyFreudenrich
Emerging Contributor

There are new errors in term of the interpreter and how the system is reading through new settings and trying to communicate with it, I will troubleshoot though before returning here with questions.