Parallels + 11 Pro + IDE + ArcGIS Pro 3.X + ArcPy?

187
1
05-16-2024 06:31 PM
bcdi
by
New Contributor II

Is there aybody out there that can successfully use arcpy in an IDE (pycharm, visual studio code) that is using parallels to run windows 11 from an M1 mac? Kindly reply yes, and I'll follow up with what I promise to be super specific questions about how you made it work.

0 Kudos
1 Reply
HaydenWelch
Occasional Contributor

All the IDE needs is the path to the environment and an active license somewhere in your file system. If you can run ArcPro, and your VSCode instance is running on the same filesystem it should work. You'll probably have issues if the VSCode instance is running on the Mac filesystem and ArcPro is installed in the Parallels system.

HaydenWelch_0-1718910368513.png

Those are the functions in the __init__.py for arcpy that do the license checks. They all pass arguments to the program so if the program isn't accessible from your current environment arcpy's import will fail.

0 Kudos