Closed DmitryBachin closed 4 years ago
Thanks for submitting this issue! Seems like I forgot to update the setup requirement for the biorefineries package (:-/). Could you "pip install biorefineries==2.3.1" and check if you can import the biorefineries again?
Thank you for your help. It worked. I did it, also it seems I had to update numba. If it is the case, please check the dependency of the numba version
I have numba in the setup requirements. Sometimes Python does cannot update numba due to some dependency issues, preventing BioSTEAM from updating. Many people don't realize their package did not update.
I guess you figured out how to update numba. But here is the solution I usually give to force install:
pip install --user --ignore-installed <package>
Describe the bug if I try to run:
from biorefineries.lipidcane import system
orfrom biorefineries.cornstover import system
The output in jupyter notebook is:and in Pycharm Python console it is like this:
To Reproduce run the if I try to run:
from biorefineries.lipidcane import system
orfrom biorefineries.cornstover import system
in jupyter notebook or in the PyCharm Python consoleExpected behavior The one which is described in the documentation, for example, here.
Environment