-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting OSError: [WinError 6] The handle is invalid
On windows
#33
Comments
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
On windows OSError: [WinError 6] The handle is invalid
On windows
@programmer290399 That's weird. It did run fine till last time(I tested). Let me test it . . . |
thanks @kogam22 for replying . I think it is something to do with the moviepy package as it has changed and been updated after this project was pushed .
|
@programmer290399 I think you are correct there, because I am getting something like this : Using TensorFlow backend.
Traceback (most recent call last):
File "/home/yahyaa/PycharmProjects/MagikMoments/MagikMoments/src/classifier.py", line 8, in <module>
from MagikMoments.src.trim_merge import CombineClips
File "/home/yahyaa/PycharmProjects/MagikMoments/MagikMoments/src/trim_merge.py", line 6, in <module>
from moviepy.editor import VideoFileClip, concatenate_videoclips
File "/home/yahyaa/PycharmProjects/MagikMoments/venv/lib/python3.6/site-packages/moviepy/editor.py", line 26, in <module>
imageio.plugins.ffmpeg.download()
File "/home/yahyaa/PycharmProjects/MagikMoments/venv/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 40, in download
"imageio.ffmpeg.download() has been deprecated. "
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.' I too use a virtual env on PyCharm. |
Yes That's caused by the update of |
@programmer290399 Any success ? Sorry, I was busy with other work 😅 |
Yes , I used the problem lies inside the Similarly we can resolve the issue by replacing the |
Hello there !!
I was trying to re-implement this project on my windows 10 machine and I follwed the steps to set it up locally now I am facing this error just after
[MoviePy] Writing video clips/clip-0.mp4
Can you guide me how to resolve this issue and how to set it up on my machine?
The text was updated successfully, but these errors were encountered: