5 Jun
2015
5 Jun
'15
1:40 p.m.
On 2015-06-05 00:35:54, elyraz@mail.com wrote:
I moved to python 3.4 and scikit_image‑0.11.3 amnd when I am running a script the: from skimage.util import dtype dtype.log.disabled = True
I get this error: Traceback (most recent call last): File "C:/Users/ZDesktop/untitled/d.py", line 16, in <module> dtype.log.disabled = True AttributeError: 'module' object has no attribute 'log'
The package has changed in the mean time--we no longer use a logging mechanism and you can disable the warning using the standing Python warnings module. Stéfan