Re: failed to build version 0.12
![](https://secure.gravatar.com/avatar/21d2fbbb409915032f42c1bafa70cfc5.jpg?s=120&d=mm&r=g)
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...@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
![](https://secure.gravatar.com/avatar/d9ac9213ada4a807322f99081296784b.jpg?s=120&d=mm&r=g)
On 7 March 2016 at 01:51, Jens Nielsen <jenshnielsen@gmail.com> wrote:
Successfully installed dask-0.8.0 scikit-image-0.12.1 toolz-0.7.4 Thanks for the ultra quick turn around
Excellent, thanks for testing! With the next release cycle, I will probably do release candidates first like all the adults do ;) Stéfan
participants (2)
-
Jens Nielsen
-
Stéfan van der Walt