Skip to main content

I am new to FME. I have lot of Arcpy code which I want to run on FME

I tried to follow this example https://knowledge.safe.com/articles/47216/using-arcpy-for-fme-feature-processing.html. But I am getting below error

I am currently using Arcgis Pro 2.4 and FME 2019.1

Could any one please help

This is the error I get :-

 

The python interpreter I am using :

 

Many Thanks,

Divya

Hi @divya

 

Can you confirm if you have Data Interop for ArcGIS Pro?

 

If yes, given current scenario you can run your code in that version which should work as expected. If you do not have Data Interoperability for ArcGIS Pro 2.4, the next best thing would be to try an earlier version of ArcGIS Pro as ArcGIS Pro 2.4 is just recently released official support will be added in FME Desktop 2019.2

Once the support is added for ArcGIS Pro 2.4, please switch the Preferred Python Interpreter to `Esri ArcGIS Pro 2.1/...../2.4` version


Hi @divya

 

Can you confirm if you have Data Interop for ArcGIS Pro?

 

If yes, given current scenario you can run your code in that version which should work as expected. If you do not have Data Interoperability for ArcGIS Pro 2.4, the next best thing would be to try an earlier version of ArcGIS Pro as ArcGIS Pro 2.4 is just recently released official support will be added in FME Desktop 2019.2

Once the support is added for ArcGIS Pro 2.4, please switch the Preferred Python Interpreter to `Esri ArcGIS Pro 2.1/...../2.4` version

Hi @rahulsharma,

Thank you for your answer. I have followed it. After installing ArcGIS Pro 2.3 and Switching the Preferred Python Interpreter to `Esri ArcGIS Pro 2.1/...../2.3. Things Started working!


Hi @divya

 

Can you confirm if you have Data Interop for ArcGIS Pro?

 

If yes, given current scenario you can run your code in that version which should work as expected. If you do not have Data Interoperability for ArcGIS Pro 2.4, the next best thing would be to try an earlier version of ArcGIS Pro as ArcGIS Pro 2.4 is just recently released official support will be added in FME Desktop 2019.2

Once the support is added for ArcGIS Pro 2.4, please switch the Preferred Python Interpreter to `Esri ArcGIS Pro 2.1/...../2.4` version

Support for ArcGIS Pro 2.4 is now added with FME Desktop 2019.2 (19734 ) and 2020 beta


Reply