Closed asmariyaz23 closed 4 years ago
Getting this same identical issue
Also since recently. Used to work like a charm previously, before I update some packages. I guess it has to do with the latter. Any solutions?
I guess it has to do with the dependency on scipy
. Downgrading to a previous setup of packages did the trick for me.
Same here, downgrading made everything work
@prubbens @mat10d what version of scipy worked for you?
1.4.1
1.4.2. 1.5.X seemed to break the dependencies.
Hmmm. I am getting this error with scipy 1.4.1. New install of phenograph so I don't have an older version to roll back to. Hopefully they fix this soon!
Phneograph was recently updated and also new wrappers are available in external thanks to @awnimo @Koncopd . Does this work for you @asmariyaz23 ? I will close this but feel free to reopen
I solved the problem after installing with this command:
pip install scipy==1.4.1 --use-feature=2020-resolver
Still have to use scipy 1.4.1 or 1.4.2. There's now 1.6.1 but this also results in the same error...
maybe @awnimo has more insights on this? meanwhile you can also report this issue in original repo: https://github.com/dpeerlab/PhenoGraph
I had the same issue using
pip3 install git+https://github.com/jacoblevine/phenograph.git
that gave version 1.5.2
but it worked using
pip install Phenograph==1.5.7
I've Phenograph 1.5.7 scipy 1.7.3 and the issue comes up. Tried older versions same issue plus some incompatibility with Phenograph.
While trying to cluster using phenograph I get the error below. Could you help me understand why this happens?