forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPENDS.txt
37 lines (27 loc) · 1.1 KB
/
DEPENDS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Build Requirements
------------------
* `Python >= 2.5 <http://python.org>`_
* `Numpy >= 1.4 <http://numpy.scipy.org/>`_
* `Cython >= 0.13 <http://www.cython.org/>`_
Known build errors
------------------
If Cython compilation fails with the error ``cpython.pycapsule.pxd not
found`` (for Cython 0.14), try to `install Cython 0.15
<http://www.cython.org/#download>`_ instead.
On Windows, the error ``Error:unable to find vcvarsall.bat`` means that
distutils is not correctly configured to use the C compiler. Edit (create
if not existing) the configuration file ``distutils.cfg`` (located for
example at ``C:\Python26\Lib\distutils\distutils.cfg``) to be::
[build]
compiler=mingw32
Usage Requirements
------------------
* `Scipy <http://www.scipy.org/>`_
Optional Requirements
---------------------
You can use this scikit with the basic requirements listed above, but some
functionality is only available with the following installed:
`PyQt4 <http://wiki.python.org/moin/PyQt>`_
The `qt` plugin that provides `imshow` and `scivi`.
`PyGTK <http://www.pygtk.org/>`_
The `gtk` plugin that provides `imshow`.