Skip to main content
Solved

Python caller not able to find Arcpy

  • January 18, 2019
  • 2 replies
  • 48 views

Forum|alt.badge.img

Hello,

I am trying to call a python script in FME but getting an error

Python Exception <ImportError>: No module named arcpy

I have set all the python path in settings. I also tried with different FME python version, but nothing worked.

Any help is greatly appreciated.

Mukhtar

 

Best answer by david_r

Try leaving the FME Options on "FME Python 2.7 or 3.4+".

In the workspace options, select the ArcGIS Python:

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • Best Answer
  • January 18, 2019

Try leaving the FME Options on "FME Python 2.7 or 3.4+".

In the workspace options, select the ArcGIS Python:


Forum|alt.badge.img
  • March 7, 2019

Try leaving the FME Options on "FME Python 2.7 or 3.4+".

In the workspace options, select the ArcGIS Python:

Thanks a lot.