I have run pip3 install moviepy
simply to get the software installed. However I am unable to use it.
On a second run of pip I get:
Requirement already satisfied: moviepy in /usr/local/lib/python3.8/dist-packages (1.0.3)
but I have no access to the attributes of moviepy. When I run dir(moviepy)
I only get:
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', 'version']
Have I done something wrong here, or is this to do with anything else I may have installed?