Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with new Scipy #55

Open
satrio-yudhoatmojo opened this issue Feb 24, 2020 · 2 comments
Open

Problem with new Scipy #55

satrio-yudhoatmojo opened this issue Feb 24, 2020 · 2 comments

Comments

@satrio-yudhoatmojo
Copy link

The pybasicbayes doesn't work with new version of scipy. You need to change the from scipy.misc import logsumexp to from scipy.special import logsumexp

@nesanders
Copy link

In case others are encountering this -- this issue seems to have been resolved by commit 61f65ad , but has not been pushed to pypi yet.

@jacksonloper
Copy link

Pypi still hasn't updated as far as I can tell. Odd.

!pip install --upgrade git+https://github.com/mattjj/pybasicbayes.git

for the win!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants