Question

Python Exception <ModuleNotFoundError>: No module named 'version' ArcGIS

  • 21 April 2022
  • 1 reply
  • 3 views

Hi folks,

If you see this kind of message, you probably set Python variables environment.

If you have PYTHON_HOME or/and PYTHON_PATH defined to ArcMap modules and you try to import arcpy from ArcPro module, you will get an issue.

You need to remove this global variable and should fix your problem.


1 reply

Also, FME load one time the variable system at lauch. If you remove these variables, don't forget to relauch FME Workbench or restart your FME Server services.

Reply