Re: problem with measure.label
Dear all, Many thanks for the prompt response! I checked the version of scikit image, which suggests that it is 0.10.1. However, after I used conda install scikit-image=0.11.3 I still cannot update the version of iPython notebook. Could you please give me a hand? Cheers, Ji On Saturday, 13 June 2015 02:28:35 UTC+1, Juan Nunez-Iglesias wrote:
This looks like a version problem. Connectivity was added in 0.11.
On Sat, Jun 13, 2015 at 4:33 AM, Josh Warner <silvertr...@gmail.com <javascript:>> wrote:
I cannot reproduce with everything installed fresh via miniconda on Win7.
from skimage.measure import label>>> import numpy as np>>> label(np.zeros(5), connectivity=1) array([0, 0, 0, 0, 0], dtype=int64)
On Friday, June 12, 2015 at 12:20:43 PM UTC-5, stefanv wrote:
On 2015-06-12 08:04:46, Ji Zhou <gashj...@gmail.com <javascript:>>
wrote:
I have the same issue when using scikit image (Anaconda distribution, which is up-to-date) to label some image objects. Error messages are:
Can you please verify your version?
import skimage print(skimage.__version__)
Thanks Stéfan
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com <javascript:>. For more options, visit https://groups.google.com/d/optout.
On 2015-06-13 06:50:03, Ji Zhou <gashjizhou@gmail.com> wrote:
I still cannot update the version of iPython notebook. Could you please give me a hand?
What do you mean by this? Do you mean that you cannot access the latest version of skimage? You'll have to restart your notebook kernel. Stéfan
I use conda to update scikit image package on mac. However after undating and restarting the kernel, the scikit image was still 0.10.1 on mac. Interestingly, on my Windows machine, the same procedure has successfully update scikit image. One thing I shall point out is that I tried to uninstall anaconda on my mac and was failed. Ji On 13 Jun 2015 16:33, "Stefan van der Walt" <stefanv@berkeley.edu> wrote:
On 2015-06-13 06:50:03, Ji Zhou <gashjizhou@gmail.com> wrote:
I still cannot update the version of iPython notebook. Could you please give me a hand?
What do you mean by this? Do you mean that you cannot access the latest version of skimage? You'll have to restart your notebook kernel.
Stéfan
-- You received this message because you are subscribed to a topic in the Google Groups "scikit-image" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/scikit-image/-YegZib4VK8/unsubscribe. To unsubscribe from this group and all its topics, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
participants (2)
-
Ji Zhou
-
Stefan van der Walt