Skip to content
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

Fail to call VideoFileClip() because of WinError 6 #746

Closed
lidh15 opened this issue Mar 18, 2018 · 2 comments
Closed

Fail to call VideoFileClip() because of WinError 6 #746

lidh15 opened this issue Mar 18, 2018 · 2 comments

Comments

@lidh15
Copy link

lidh15 commented Mar 18, 2018

File "F:\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 81, in init
fps_source=fps_source)

File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 32, in init
fps_source)

File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 256, in ffmpeg_parse_infos
proc = sp.Popen(cmd, **popen_params)

File "F:\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 210, in init
super(SubprocessPopen, self).init(*args, **kwargs)

File "F:\Anaconda3\lib\subprocess.py", line 594, in init
_cleanup()

File "F:\Anaconda3\lib\subprocess.py", line 205, in _cleanup
res = inst._internal_poll(_deadstate=sys.maxsize)

File "F:\Anaconda3\lib\subprocess.py", line 1025, in _internal_poll
if _WaitForSingleObject(self._handle, 0) == _WAIT_OBJECT_0:

OSError: [WinError 6]

@lidh15
Copy link
Author

lidh15 commented Mar 18, 2018

Solved by reboot.

@lidh15 lidh15 closed this as completed Mar 18, 2018
@lidh15 lidh15 reopened this Mar 18, 2018
@lidh15
Copy link
Author

lidh15 commented Mar 18, 2018

ffmpeg is not released, this issue is same to some others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant