batman_rising
Posts: 5
Joined: Thu Jan 26, 2017 9:43 pm

How to install MoviePi on Raspberry Pi 3

Mon Feb 06, 2017 5:28 pm

Does anyone know how to install MoviePy on Raspberry Pi 3 ? I've tried using following commands, but didn't get success.

**(sudo) pip install moviepy**

**(sudo) pip install ez_setup**

-> Could not find any downloads that satisfy requirement moviepy

**(sudo) python setup.py install**

->python: can't open file 'setup.py':[Errno 2] no such file or directory

Please help

ktb
Posts: 1447
Joined: Fri Dec 26, 2014 7:53 pm

Re: How to install MoviePi on Raspberry Pi 3

Mon Feb 06, 2017 7:57 pm

I don't know what's going wrong for you. The following works for me on Raspbian Jessie:

Code: Select all

sudo -H pip install moviepy
sudo -H pip3 install moviepy

Return to “Troubleshooting”