I run into this error in three cases (system, local env, colab):
ImportError: cannot import name 'gene_to_dict' from 'cobra.io.dict'
Could you help me resolve this? Here I attach the google colab file.
Hints so far:
```
import cobra
from cobra.io.dict import gene_from_dict, gene_to_dict
```
Import cobra works. However, using the above, while this can import `gene_from_dict`, it failes with `gene_to_dict`
I run into this error in three cases (system, local env, colab):
ImportError: cannot import name 'gene_to_dict' from 'cobra.io.dict'
Could you help me resolve this? Here I attach the google colab file.
Hints so far:
``` import cobra from cobra.io.dict import gene_from_dict, gene_to_dict ``` Import cobra works. However, using the above, while this can import `gene_from_dict`, it failes with `gene_to_dict`