Skip to content

imread and imsave are no longer available in scipy.misc, please update script to use imageio instead #22

Description

@SingingBush

Both imread and imsave are not available on current version of scipy:

AttributeError: module 'scipy.misc' has no attribute 'imread'

Need to change

import scipy.misc as misc

to

import imageio

and update the function calls to use imageio.imread and imageio.imsave

Will also need python-imageio to be installed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions