ImportError: cannot import name 'logsumexp'
suparno89 opened this issue · 8 comments
I am trying to use the fancyimpute package and I constantly get the logsumexp import error no matter which imputer i try to import. I have scipy version 1.4.1. I tried updating scipy and fancyimpute both with conda update but nothing helped. I got a suggestion to rollback scipy to 1.2.0 but I am afraid then some other stuff might break down with sklearn or so. I am wondering if there is a better solution.
Sigh, another CVXPY problem. Thanks for the report, I'll investigate.
What version of cvxpy do you have installed?
That's weird because our requirements file states that cvxpy has to be cvxpy>=1.0.6
Did you pip install fancyimpute?
conda install -c brittainhard fancyimpute
as listed in the official conda website here
That was last updated Last upload: 2 years and 9 months ago
.
Please don't use conda - we don't support it.
If you just do pip install fancyimpute
it will work fine.
solved
thanks a lot.