-
Hello, Thanks in advance :D |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi looks like you may be using Python 3.10. MICOM only works with Python 3.6 - 3.10 because none of the solvers that MICOM uses support Python 3.10 yet. If you are using conda or anaconda you can just create a Python 3.9 environment and everything should work. |
Beta Was this translation helpful? Give feedback.
-
Hi! I also have some problems with installing micom. In my case: Subpakages are not installed by default when I write : "pip install micom" ... in my cobra environment, so when I use "from micom.data import test_data" (for example) an error says: I will appreciate any help! |
Beta Was this translation helpful? Give feedback.
Hi looks like you may be using Python 3.10. MICOM only works with Python 3.6 - 3.10 because none of the solvers that MICOM uses support Python 3.10 yet. If you are using conda or anaconda you can just create a Python 3.9 environment and everything should work.