-
Notifications
You must be signed in to change notification settings - Fork 598
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
Error in sc.tl.umap
#1579
Comments
Since |
+1. Seems like pinning the version to <0.5 for now would solve the problem. |
Looks like this was solved on master last month. Any chance we could get a bugfix release? |
Merge PR #26180, commits were: * Fix space in requirements * Update requirements from git Esspecially umap-learn hast to be restircted to version <0.5 see issue scverse/scanpy#1579
So we've just put out a release of 1.7.0rc1, and will be releasing it proper soon. |
Thank you for the release update! I just had to |
I've just pushed 1.6.1 (pinning umap), but you can get the release candidate for 1.7.0 with |
changing scanpy version to avoid bug due to issue with umap-learn scverse/scanpy#1579
Use umap-learn version priot to `0.5`.
Has this error been fixed? Facing the same issue for scanpy version 1.7.2 |
Version 1.8.0 works well. |
I tried downgrading umap-learn to 0.4.6 but then sc.pp.neighbors won't work. I've been using scanpy 1.5.0 |
OK I computed the neighbors using umap-learn 0.5.1 and then downgraded to 0.4.6 for UMAP. Not elegant but so far so good. |
Updating to Scanpy 1.8.2 worked! |
Sorry for opening this thread again, but I think I've run into the same problem. Here's my code and error:
The error message:
And the versions I've been running: If anyone can help me resolve this that would be great. Thanks! |
Just updated to scanpy 1.8.2, but the problem persists. |
scanpy 1.9.1 has this issue too. |
udpating umap-learn work for me
|
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Minimal code sample (that we can copy&paste without having any data)
I am learning the example of Integrating data using ingest and BBKNN. When I run code
I get
Versions
scanpy==1.6.0 anndata==0.7.5 umap==0.5.0 numpy==1.19.5 scipy==1.5.4 pandas==1.1.5 scikit-learn==0.24.0 statsmodels==0.12.1 python-igraph==0.8.3 leidenalg==0.8.3
The text was updated successfully, but these errors were encountered: