Skip to content

Scipy 1.7 (ImportError: cannot import name 'factorial' from 'scipy.misc') #61

@vfreysz

Description

@vfreysz

In scipy 1.7 i have the following error:

ImportError: cannot import name 'factorial' from 'scipy.misc'

The factorial function in scipy onwards is located in scipy.special

Changing the
from scipy.misc import factorial
to
from scipy.special import factorial
solve the error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions