pip install moviepy library method

1. What is the moviepy library

The moviepy package is a very powerful library that can be used to process video

2. Installation method

Act 1

python setup.py install

Act 2

pip install moviepy

Method 3:

If these two methods fail, check the relevant domestic mirrors, as follows:

pip3 install moviepy -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com

MoviePy depends on Numpy, imageio, Decorator and tqdm, which will be installed automatically when MoviePy is installed. The running platform is Windows/Mac/Linux, and use Python2.7 or above and Python3

3. The installation is successful

Fourth, check whether the installation is successful

1. Use the command to view 

pip list

As shown in the picture: 

 2. View in the directory

At the same time, you will see the corresponding moviepy file in the python directory Lib

 over.


Guess you like

Origin blog.csdn.net/m0_73485816/article/details/129750523