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
Asked
Active
Viewed 312 times
1

Abhishek S
- 75
- 10
2 Answers
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/

Indu Sekhar Roy
- 13
- 4
1
Today PyFMI can easily be installed on both Linux and Windows using conda, see the following post:

janpeter
- 681
- 8
- 22