pySCENIC icon indicating copy to clipboard operation
pySCENIC copied to clipboard

/usr/bin/sh: 1: pyscenic: not found [BUG]

Open RolantusdataExp opened this issue 1 year ago • 4 comments

HI, I think this is more an issue of defining my environment path, than it is a pyScenic problem, however when I try to run:

!pyscenic grn {loom_path} {tf_names} -o outpath_adj --num_workers 20

I get this error: /usr/bin/sh: 1: pyscenic: not found

I have pyscenic installed and imported to my JupyterNotebook. I guess the error says that it can't find pyScenic in the path described, however I don't know how to fix this

Best, Peter

RolantusdataExp avatar Mar 14 '24 14:03 RolantusdataExp

How did you try to install it?

Does importing pyscenic work in python itself, or does that also not work?

import pyscenic

ghuls avatar Mar 15 '24 10:03 ghuls

"import pyscenic" works fine, or atleast it does not complain when doing it

RolantusdataExp avatar Mar 15 '24 11:03 RolantusdataExp

What is the output of ! whereis pyscenic

ghuls avatar Mar 18 '24 15:03 ghuls