Hi,
congratulations for your new release :)
On Ubuntu I did: `sudo pip install scikits.image` and got this on two
occasions of installing process:
========================================
Error compiling Cython file:
------------------------------------------------------------
...
DTYPE_INT32 = np.int32
ctypedef np.int32_t DTYPE_INT32_t
DTYPE_BOOL = np.bool
ctypedef np.int8_t DTYPE_BOOL_t
include "heap_watershed.pxi"
^
------------------------------------------------------------
scikits/image/morphology/_watershed.pyx:26:0: 'heap_watershed.pxi' not
found
========================================
Other then that it installed fine and I then tried to run test: `import
scikits.image as si; si.test()`
And got this:
========================================
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (47, 0))
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (23, 0))
... <traceback part>
ValueError: Working directory
/usr/local/lib/python2.7/dist-packages/scikits/image/__init__.pyc/.. not
found, or not a directory
========================================
Should I worry about it?
Thanks