failed to build version 0.12

Jens Nielsen jenshnielsen at gmail.com
Mon Mar 7 04:51:27 EST 2016


It does indeed.

✔ ~ pip3 install --upgrade scikit-image
Collecting scikit-image
  Downloading scikit-image-0.12.1.tar.gz (22.5MB)
    100% |████████████████████████████████| 22.5MB 75kB/s
Requirement already up-to-date: six>=1.7.3 in 
/usr/local/lib/python3.5/site-packages (from scikit-image)
Requirement already up-to-date: networkx>=1.8 in 
/usr/local/lib/python3.5/site-packages (from scikit-image)
Requirement already up-to-date: pillow>=2.1.0 in 
/usr/local/lib/python3.5/site-packages (from scikit-image)
Collecting dask[array]>=0.5.0 (from scikit-image)
Requirement already up-to-date: decorator>=3.4.0 in 
/usr/local/lib/python3.5/site-packages (from networkx>=1.8->scikit-image)
Collecting toolz>=0.7.2 (from dask[array]>=0.5.0->scikit-image)
Requirement already up-to-date: numpy in 
/usr/local/lib/python3.5/site-packages (from 
dask[array]>=0.5.0->scikit-image)
Building wheels for collected packages: scikit-image
  Running setup.py bdist_wheel for scikit-image ... done
  Stored in directory: 
/Users/jhn/Library/Caches/pip/wheels/41/88/c2/e86fe4aa654d61f49c7b95776a15f605081851ef3b08c01d2f
Successfully built scikit-image
Installing collected packages: toolz, dask, scikit-image
  Found existing installation: scikit-image 0.11.3
    Uninstalling scikit-image-0.11.3:
      Successfully uninstalled scikit-image-0.11.3
Successfully installed dask-0.8.0 scikit-image-0.12.1 toolz-0.7.4


Thanks for the ultra quick turn around
Jens

On Monday, 7 March 2016 09:47:23 UTC, stefanv wrote:
>
> On 7 March 2016 at 01:35, Jens Nielsen <jenshn... at gmail.com <javascript:>> 
> wrote: 
> > The problem is that skimage/morphology/setup.py contains: 
> > 
> > cython(['_skeletonize_3d_cy.pyx.in'], working_path=base_path) 
> > 
> > but that file is not in the pypi tar ball. It should presumably try to 
> > process the template processed file _skeletonize_3d_cy.pyx? 
>
> I've pushed 0.12.1 to pypi to fix the problem; please let me know if 
> that works for you. 
>
> Thanks 
> Stéfan 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20160307/db419d39/attachment.html>


More information about the scikit-image mailing list