Installing MIKE IO#

  1. Open miniforge prompt

  1. Install MIKE IO using pip, not conda/mamba! (pip install mikeio)

  2. (On Windows PC without MIKE Zero) Install VC redist

Test your installation#

  1. Open miniforge prompt

  2. Start python (python)

  3. Run the following lines of code:

import mikeio
print("MIKE IO: " + mikeio.__version__)

Can you say yes to the following question?

  • My MIKE IO version is 1.2 or greater

FAQ#

When I try to import mikeio I get this error:#

FileNotFoundError: Could not find module ‘C:\ProgramData\mambaforge\lib\site-packages\mikecore\bin\windows\eum’

The solution is to install VC redist