Skip to content
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

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

Open
RolantusdataExp opened this issue Mar 14, 2024 · 3 comments
Open

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

RolantusdataExp opened this issue Mar 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@RolantusdataExp
Copy link

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 RolantusdataExp added the bug Something isn't working label Mar 14, 2024
@ghuls
Copy link
Member

ghuls commented Mar 15, 2024

How did you try to install it?

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

import pyscenic

@RolantusdataExp
Copy link
Author

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

@ghuls
Copy link
Member

ghuls commented Mar 18, 2024

What is the output of ! whereis pyscenic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants