Jackson Stone
Jackson Stone
I only mention that because in your docs, you say it does work with them. I'm really grateful for this free service you've created BTW
Had a chance to give it a whirl. It seems to only rebuild the source file that had changes, however, all source files not built have the wrapper removed, and...
Ah, yes, I tried that but am getting the following error report: `InsecurePlatformWarning Could not fetch URL https://pypi.python.org/simple/moviepy/: There was a problem confirming the ssl certificate: [Errno 1] _ssl.c:504: error:0D0890A1:asn1...
Looks like I needed to install with the following line: `pip install --trusted-host pypi.python.org moviepy`
now when I attempt to run the same command from my first comment I get: ```Traceback (most recent call last): File "evaluate.py", line 14, in from moviepy.video.io.VideoFileClip import VideoFileClip File...
using: `pip install --trusted-host pypi.python.org ffmpeg` I get the error ` Could not find a version that satisfies the requirement ffmpeg (from versions: ) No matching distribution found for ffmpeg`
`brew install ffmpeg` did the trick! Thank you very much, sir. Not sure if this repo is officially associated with the Udacity course linked above, but the doc may need...