atarashansky / SAMap

SAMap: Mapping single-cell RNA sequencing datasets from evolutionarily distant organisms.
MIT License
63 stars 19 forks source link

ModuleNotFoundError: No module named 'samalg' #120

Closed DinithiRajapaksha closed 12 months ago

DinithiRajapaksha commented 1 year ago

Hi, I get the following error. I have installed SAMap following the vignette. Can you please help me to resolve this issue

ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from samap.mapping import SAMAP 2 from samap.analysis import (get_mapping_scores, GenePairFinder, 3 sankey_plot, chord_plot, CellTypeTriangles, 4 ParalogSubstitutions, FunctionalEnrichment, 5 convert_eggnog_to_homologs, GeneTriangles) 6 from samalg import SAM

File ~\samap_directory\samapinit.py:4 2 import scipy as sp 3 import numpy as np ----> 4 import samalg.utilities as ut 5 import warnings 6 import scanpy as sc

ModuleNotFoundError: No module named 'samalg'

atarashansky commented 1 year ago

Try running pip install sam-algorithm

DinithiRajapaksha commented 1 year ago

Thank you very much.

Kind regards, Dinithi Rajapaksha

On Fri, Jul 21, 2023 at 10:39 PM atarashansky @.***> wrote:

Try running pip install sam-algorithm

— Reply to this email directly, view it on GitHub https://github.com/atarashansky/SAMap/issues/120#issuecomment-1645519981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNI24JFTHEQSY3AB2AYV3DXRJZ7NANCNFSM6AAAAAA2SJJZHI . You are receiving this because you authored the thread.Message ID: @.***>