Search code examples
pythonfmi

PyFMI package equivalent to linux environment


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


Solution

  • 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