Skip to content

ImportError: cannot import name 'logsumexp' from 'scipy.misc' #6

@elisim

Description

@elisim

from scipy.misc import logsumexp

Should be changed to:

from scipy.special import logsumexp

reference: https://github.com/cvxgrp/cvxpy/issues/640

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