skip to Main Content

Ubuntu – Moviepy is unable to load video

Using python 3.11.10 and moviepy 1.0.3 on ubuntu 24.04.1 (in a VirtualBox 7.1.3 on windows 10) I have problems to load a video clip. The test code is just from moviepy.editor import VideoFileClip clip = VideoFileClip("testvideo.ts") but the error is…

VIEW QUESTION

How to install python3-distutils on ubuntu 24.04

I'm attempting to install python3-distutils on Ubuntu 24.04 using the command sudo apt-get install python3-distutils, but encountering an error. Could someone please provide an alternative method to download and install python3-distutils? root@vps:~# apt-get install python3-distutils Reading package lists... Done Building…

VIEW QUESTION
Back To Top
Search