waifu2x-chainer icon indicating copy to clipboard operation
waifu2x-chainer copied to clipboard

AttributeError: 'NoneType' object has no attribute 'image'

Open shiueo opened this issue 3 years ago • 0 comments

In iproc.py I canged try: import wand.image except ImportError: wand = None pass because pycharm said 'wand' in try block with 'except ImportError' should also be defined in except block and it make AttributeError: 'NoneType' object has no attribute 'image' this error. How can i solve this?

shiueo avatar Sep 08 '20 12:09 shiueo