Forums

How difficult would it be to install the MoviePy library

Located here: https://github.com/Zulko/moviepy

Is it even possible to do on my own? I noticed I can't use sudo for pip install.

No, no sudo.

Try something like:

pip install --user moviepy

HTH Jim

It worked! Thanks.

;----)