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

Install Details? #17

Open
Koruvika opened this issue Nov 21, 2023 · 3 comments
Open

Install Details? #17

Koruvika opened this issue Nov 21, 2023 · 3 comments

Comments

@Koruvika
Copy link

Can you provide install details?

@karinakvanchiani
Copy link
Collaborator

Hello!

For installation process follow the instructions here and use the pipelines/requirements.txt file in our repository.

@hradec
Copy link

hradec commented Feb 15, 2024

I'm trying to run python -m pip install -r pelines/requirements.txt, but pip is not happy with the specified versions. It seems there's a problem with numpy version with some of the modules:

ERROR: Cannot install -r ./pipelines/requirements.txt (line 30), -r ./pipelines/requirements.txt (line 72), -r ./pipelines/requirements.txt (line 75) and numpy==1.23.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested numpy==1.23.5
    contourpy 1.0.7 depends on numpy>=1.16
    matplotlib 3.6.3 depends on numpy>=1.19
    mkl-fft 1.3.1 depends on numpy<1.23.0 and >=1.22.3

I'm currently running python 3.9.1. What version of python should I use? (maybe the version clash is happening only on my version of python?!?)

I'm actually just trying to test the already trained snapshots at this point... I'm not planning on do any new training, so maybe I don't need all the modules?

@hradec
Copy link

hradec commented Feb 15, 2024

actually, I was able to run it now following the tips from #22!!

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

3 participants