

Install package between two versions with pip: pip install 'moviepy>=1.3.0,=1.0.3': pip install 'moviepy>=1.0.3' -pre

То install certain package version in Python use: pip install moviepy=1.0.2 In this post you can find how to install a specific version of a package in Python by pip.īelow you can find quick cheat sheet for installing specific version with pip and Python:
