1

Can anyone help me in finding the PyFMI equivalent package for Linux environment. I am using PyFMI-2.2 in windows successfully but the same package I can't use it under Linux environment. I am getting error as ImportError: Cannot import PyFMI

Abhishek S
  • 75
  • 10

2 Answers2

1

PyFMI (version 2.3.1) has its own Linux version.

Go to this PyFMI 2.3.1 link and download the "Source" type PyFMI-2.3.1.zip (md5) file.

Install it by typing this command: python setup.py install –fmil-home=/path/to/FMI_Library/

1

Today PyFMI can easily be installed on both Linux and Windows using conda, see the following post:

PyFMI in Python 3 environment in Ubuntu 18.04

janpeter
  • 681
  • 8
  • 22