You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a problem to install the package, at the level of the installation of numpy and pandas (problem of dependence), do you know how to solve the problem?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Download from github, change to the folder there edit the setup.py
In the setup.py change requirements = [
# NOTE: put package requirements here
'cobra==0.26.3',
'numpy==1.23.5',
'pandas==1.5.3',
'sympy==1.12',
] to the packages you installed locally, the versions listed should be for sure upstream as the versions you find in the setup.py
then on the command line in the same folder type "pip install ." it worked on mac, ...
Hello,
I have a problem to install the package, at the level of the installation of numpy and pandas (problem of dependence), do you know how to solve the problem?
Thank you for your help.
The text was updated successfully, but these errors were encountered: