Skip to main content
Question

Problems importing python packages in FME desktop

  • January 24, 2019
  • 1 reply
  • 201 views

Hi,

 

Could anyone please help with the following issue?

I've got 2008.0 version (32 bit) FME installed on server (Windows Server 2008 R2 64bits) with python 2.65 (32 bit) installed. The FME workbench works well on my desktop. But when I moved it across to the aforementioned server, it could not render some of the transformation shapes, hence delete them.

I then updated the FME desktop on the server to 2018.1 (latest release 32 bit). But the issue persisted.In every run, the workbench stopped with the following error message:

 

"

FME API version of module 'Python_func' matches current internal version (3.8 20180604)

In a future release, FME will have reduced support for Python 2.7. Please review http://fme.ly/py27 for further information

Python Exception <ImportError>: No module named _fileio

Failed to import `fmesite'

Python Exception <ImportError>: cannot import name OrderedDict

Error executing string `import StatisticsCalculator'

@Python failed to execute command string `import StatisticsCalculator'

@Python execution failed

"

 

Things I've tried:

- Install python 2.7 (64 bit) and FME 2018.1 (64 bit), not working

- Link the translation python path to customed python path, not working

 

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.

1 reply

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • January 25, 2019

Hi @pigggy19,

 

Can you check the values of following Environment Variables PYTHONHOME or PYTHONPATH?

 

It appears from the error message that workspace is failing to load python libraries.