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