Closed djinnome closed 5 years ago
Hi folks,
When I try to do the following:
from cameo.flux_analysis import phenotypic_phase_plane
I get the following error:
AttributeError: module 'pandas.io.formats.console' has no attribute 'in_ipython_frontend'
Update: The problem seemed to be that I installed pandas==0.21.0 as per the instructions on the DTU Biosustain cell factory design course setup
pandas==0.21.0
I have updated the AgileBioFoundry cell-factory-design-course conda environment.yml to install a later version of pandas.
environment.yml
Funny, just stumbled over the same problem with a student yesterday. I'll update the course materials.
Hi folks,
When I try to do the following:
I get the following error:
Update: The problem seemed to be that I installed
pandas==0.21.0
as per the instructions on the DTU Biosustain cell factory design course setupI have updated the AgileBioFoundry cell-factory-design-course conda
environment.yml
to install a later version of pandas.