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

Error: pip install -r requirements.txt #1

Open
Rowing0914 opened this issue Feb 17, 2021 · 0 comments
Open

Error: pip install -r requirements.txt #1

Rowing0914 opened this issue Feb 17, 2021 · 0 comments

Comments

@Rowing0914
Copy link

Description

I am trying to install the dependencies in requirements.txt yet I've encountered the following error. Could you take a look at it?

I followed this instruction on README

conda create -n [your_name] python=3.7
source activate [your_name]
pip install -r requirements.txt

Error

ERROR: Cannot install -r requirements.txt (line 34) and imageio==2.4.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested imageio==2.4.1
    moviepy 1.0.1 depends on imageio<3.0 and >=2.5

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
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

1 participant