Python Forum
installing any package= impossible headache
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installing any package= impossible headache
#17
GitHub link.
Quote:For advanced image processing, you will need one or several of the following packages:

The Python Imaging Library (PIL) or, even better, its branch Pillow.
Scipy (for tracking, segmenting, etc.) can be used to resize video clips if PIL and OpenCV are not installed.
Scikit Image may be needed for some advanced image manipulation.
OpenCV 2.4.6 or a more recent version (one that provides the package cv2) may be needed for some advanced image manipulation.
Matplotlib
For scipy download wheel for your Python version(32bit or 64bit) from Gohlke.
Place wheel file in Scripts folder.
Example:
C:\>cd python27\scripts

C:\Python27\Scripts>pip install scipy-1.0.0-cp27-cp27m-win32.whl
Processing c:\python27\scripts\scipy-1.0.0-cp27-cp27m-win32.whl
Requirement already satisfied: numpy>=1.8.2 in c:\python27\lib\site-packages (from scipy==1.0.0)
Installing collected packages: scipy
Successfully installed scipy-1.0.0

C:\Python27\Scripts>
Reply


Messages In This Thread
RE: installing any package= impossible headache - by snippsat - Nov-04-2017, 06:47 PM

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