Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with dependencies #1

Open
OceaneDoremus opened this issue May 24, 2023 · 1 comment
Open

Problem with dependencies #1

OceaneDoremus opened this issue May 24, 2023 · 1 comment

Comments

@OceaneDoremus
Copy link

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.

@ruperttscheliessnig
Copy link

ruperttscheliessnig commented Jun 15, 2023

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, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants