Pycharm not seeing ArcGIS PRO licenses

758
3
Jump to solution
07-14-2020 01:59 PM
JamesWhite5
New Contributor III

I am trying to take the footprint of rasters using the 3d analyst tool Raster Domain. I can run it in PRO just fine, so I know it is licensed, but when I run it from pycharm, it returns an error stating that the too is not licensed. I have tried running the script with PRO open as well and still get the error. I do have the ArcGIS PRO python folder in the correct place in pycharm settings. I am not using a single user license.  I am using a license server.

Thanks.

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

There are lots of posts on issues with pycharm but Shawn Walbridge's post seems to be the most upvoted

https://community.esri.com/message/796296-re-can-arc-gis-pro-intergrate-with-jetbrains-pycharm?comme... 


... sort of retired...

View solution in original post

0 Kudos
3 Replies
JoshuaBixby
MVP Esteemed Contributor

Start by writing a basic script that imports ArcPy.  Knowing whether you can import ArcPy or not will help direct you to where you need to look next.

0 Kudos
DanPatterson
MVP Esteemed Contributor

There are lots of posts on issues with pycharm but Shawn Walbridge's post seems to be the most upvoted

https://community.esri.com/message/796296-re-can-arc-gis-pro-intergrate-with-jetbrains-pycharm?comme... 


... sort of retired...
0 Kudos
JamesWhite5
New Contributor III

Ok, thank you.  I will try these out.  I know I set the environment according to the instructions in the Python for Everyone course, but maybe it wasn't set for all projects.

0 Kudos