r3fang / SnapATAC

Analysis Pipeline for Single Cell ATAC-seq
GNU General Public License v3.0
301 stars 125 forks source link

i cannot import phenograph because of this #232

Open vinu2004 opened 3 years ago

vinu2004 commented 3 years ago

ImportError Traceback (most recent call last)

in ----> 1 import leidenalg ~\anaconda3\lib\site-packages\leidenalg\__init__.py in 33 not immediately available in :func:`leidenalg.find_partition`. 34 """ ---> 35 from .functions import ALL_COMMS 36 from .functions import ALL_NEIGH_COMMS 37 from .functions import RAND_COMM ~\anaconda3\lib\site-packages\leidenalg\functions.py in 1 import sys 2 import igraph as _ig ----> 3 from . import _c_leiden 4 from ._c_leiden import ALL_COMMS 5 from ._c_leiden import ALL_NEIGH_COMMS ImportError: DLL load failed while importing _c_leiden: The specified module could not be found.