Python Forum
installing any package= impossible headache
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installing any package= impossible headache
#3
(Nov-02-2017, 02:50 AM)Larz60+ Wrote: pymovie hasn't been worked on for over 2 years, so expect it has been abandoned.
It's not pymoive Larsz,but moivepy which is a great package.

First @ineedastupidusername you should follow this Python 3.6 and pip installation under Windows.
The you have Python and pip(package manager that automatically install stuff) working.

With programming there is always need to know basic command line stuff.
To install moivepy start cmd(command line) then pip install moviepy
Look like this:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. Med enerett.

C:\WINDOWS\system32>cd\

C:\>pip install -U moviepy
Collecting moviepy
  Using cached moviepy-0.2.3.2-py2.py3-none-any.whl
Requirement already up-to-date: imageio==2.1.2 in c:\python36\lib\site-packages (from moviepy)
Collecting numpy (from moviepy)
  Downloading numpy-1.13.3-2-cp36-none-win32.whl (6.8MB)
    100% |████████████████████████████████| 6.8MB 139kB/s
Requirement already up-to-date: tqdm==4.11.2 in c:\python36\lib\site-packages (from moviepy)
Requirement already up-to-date: decorator==4.0.11 in c:\python36\lib\site-packages (from moviepy)
Collecting pillow (from imageio==2.1.2->moviepy)
  Downloading Pillow-4.3.0-cp36-cp36m-win32.whl (1.4MB)
    100% |████████████████████████████████| 1.4MB 571kB/s
Requirement already up-to-date: olefile in c:\python36\lib\site-packages (from pillow->imageio==2.1.2->moviepy)
Installing collected packages: numpy, moviepy, pillow
  Found existing installation: numpy 1.13.0
    Uninstalling numpy-1.13.0:
      Successfully uninstalled numpy-1.13.0
  Found existing installation: Pillow 4.2.0
    Uninstalling Pillow-4.2.0:
      Successfully uninstalled Pillow-4.2.0
Successfully installed moviepy-0.2.3.2 numpy-1.13.3 pillow-4.3.0

C:\>
Then moviepy is working.
Reply


Messages In This Thread
RE: installing any package= impossible headache - by snippsat - Nov-02-2017, 03:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  trouble installing python package Tuxedo 1 3,313 Apr-07-2021, 09:07 AM
Last Post: Larz60+
  Installing package in Anaconda on an Intranet Computer Secret 1 1,971 Sep-17-2020, 02:16 PM
Last Post: Larz60+
  Error when installing Seaborn package using pip chawkins 3 5,650 Jul-16-2018, 12:12 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020