Installing MIKE IO#
Open miniforge prompt
Install MIKE IO using pip, not conda/mamba! (
pip install mikeio
)(On Windows PC without MIKE Zero) Install VC redist
Test your installation#
Open miniforge prompt
Start python (
python
)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 2.0 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