-
Notifications
You must be signed in to change notification settings - Fork 25
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
Backports error #432
Comments
hi there, i'm not sure what's happening since |
but just in case, can you report back what you see with For example with
|
I use conda to manage my environment (mainly).
|
how about anyway, it's not an issue with >>> import dandelion
>>> import session_info
>>> session_info.show()
-----
dandelion 0.4.1.dev2
session_info 1.0.0
-----
Python 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:34:54) [Clang 16.0.6 ]
macOS-14.4-arm64-arm-64bit
-----
Session information updated at 2024-10-05 08:18 |
Description of the bug
When running
session_info.show()
when dandelion has been imported raises an error:Minimal reproducible example
The error message produced by the code above
OS information
HPC cluster
Version information
scanpy==1.10.3 anndata==0.10.8 umap==0.5.6 numpy==2.0.2 scipy==1.14.1 pandas==2.2.3 scikit-learn==1.5.2 statsmodels==0.14.3 igraph==0.11.6 pynndescent==0.5.13
dandelion==0.3.8 pandas==2.2.3 numpy==1.26.4 matplotlib==3.9.2 networkx==3.3 scipy==1.14.1
Additional context
This is definitely caused only if importing dandelion. I have worked through each import and run session_info.show() and do not get this error until dandelion is imported.
The text was updated successfully, but these errors were encountered: