You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import moviepy.editor as mpy on a jupyter notebook the CPU load related to the python kernel of notebook becomes around 25%.
Why is it? (I recently installed pygame. I've got a hunch that that's behind _it.)_
Edit
Yep. The reason is pygame.
After commenting out following lines in editor.py issue was resolved.
When I
import moviepy.editor as mpy
on a jupyter notebook the CPU load related to the python kernel of notebook becomes around 25%.Why is it?
(I recently installed
pygame
. I've got a hunch that that's behind _it.)_Edit
Yep. The reason is
pygame
.After commenting out following lines in
editor.py
issue was resolved.May be the problem is behind my
pygame-1.9.3
installation.If someone can help me to resolve this in a better way it would be great.
Edit
Found this:
pygame/pygame#331
The text was updated successfully, but these errors were encountered: