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 when installing with imageio #911

Closed
natelindev opened this issue Feb 17, 2019 · 8 comments
Closed

Error when installing with imageio #911

natelindev opened this issue Feb 17, 2019 · 8 comments

Comments

@natelindev
Copy link

natelindev commented Feb 17, 2019

Expected Behavior

To install moviepy properly

Actual Behavior

when trying to install it notifies that

moviepy 1.0.0 has requirement imageio<2.5,>=2.0, but you'll have imageio 2.5.0 which is incompatible.

Then I run pip3 install 'imageio<2.5,>=2.0'

After that it notifies that

moviepy 1.0.0 has requirement imageio<3.0,>=2.5, but you'll have imageio 2.4.1 which is incompatible.

Then I'm confused, does moviepy requrire 'imageio<3.0,>=2.5' or 'imageio<2.5,>=2.0' ?
Or do I need a way to install both?

Steps to Reproduce the Problem

install Python3.6.3 from source
Then install moviepy

Specifications

  • Python Version: 3.6.3
  • Moviepy Version: 1.0.0
  • Platform Name: Amazon Linux 2 AMI
  • Platform Version: 4.14.88-88.76.amzn2.x86_64
@Zulko
Copy link
Owner

Zulko commented Feb 17, 2019

Weird, I don't have this problem and the test suite says it works fine. How do you install moviepy ? Using "pip3 install moviepy" ? Could you paste the full error you get ?

@nwh
Copy link

nwh commented Mar 12, 2019

I am having a similar issue in Python 2.7 in an Ubuntu 16.04 docker container.

On a fresh install, I get:

moviepy 1.0.0 has requirement imageio<3.0,>=2.5; python_version >= "3.4", but you'll have imageio 2.4.1 which is incompatible.

@nwh
Copy link

nwh commented Mar 12, 2019

Ahh...

pip install --upgrade setuptools

fixed the issue for me.

@Oosl
Copy link

Oosl commented Mar 15, 2019

I also have the same issue and have you solved it?

@natelindev
Copy link
Author

natelindev commented Mar 15, 2019

I also have the same issue and have you solved it?

Well I solved my problem by not using moviepy 1.0.0 😅
namely:

pip3 install 'moviepy<1.0.0' 

@Oosl
Copy link

Oosl commented Mar 15, 2019

hahaha, let me try

@keikoro
Copy link
Collaborator

keikoro commented May 4, 2019

Can this be closed?

@angeloboustany
Copy link

For everyone having this issue recently please use pip3 instead of pip when install moviepy:
pip3 install moviepy

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

6 participants