You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working through your "integration with scanpy" notebook, and am running into an issue using from pyscenic.export import export2loom, add_scenic_metadata. I get the following error:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-41-7b9ebff39c30> in <module>
15 from pyscenic.prune import prune2df, df2regulons
16 from pyscenic.aucell import aucell
---> 17 from pyscenic.export import export2loom, add_scenic_metadata
18 from pyscenic.utils import load_motifs
19 from pyscenic.transform import df2regulons
~/.local/share/virtualenvs/li-nAee7qZ4/lib/python3.8/site-packages/pyscenic/export.py in <module>
5 import pandas as pd
6 import loompy as lp
----> 7 from sklearn.manifold.t_sne import TSNE
8 from .aucell import aucell
9 from .genesig import Regulon
ModuleNotFoundError: No module named 'sklearn.manifold.t_sne'
I am wondering if sklearn.manifold.t_sne is from an older package version, as it looks like version 0.24.1 refers to this as sklearn.manifold.TSNE? If this is the case, what version of scikit-learn should I downgrade to in order to run add_scenic_metadata? Thank you!
I am working through your "integration with scanpy" notebook, and am running into an issue using
from pyscenic.export import export2loom, add_scenic_metadata
. I get the following error:I am wondering if
sklearn.manifold.t_sne
is from an older package version, as it looks like version 0.24.1 refers to this assklearn.manifold.TSNE
? If this is the case, what version of scikit-learn should I downgrade to in order to runadd_scenic_metadata
? Thank you!Version info:
The text was updated successfully, but these errors were encountered: