-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error when install CellO #28
Comments
Hi, it looks like this is an issue with your graphviz installation. Do you know how you installed graphviz? I would recommend using conda:
|
Thank you!
#include "graphviz/cgraph.h" note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
Sorry to hear you are still having trouble. You may want to try installing pygraphviz through conda as well: https://anaconda.org/conda-forge/pygraphviz |
Thank you! It worked!
File "", line 1 Would you please tell me how to fix this? Should I open a new issue or I can post the error here? Thank you. |
Hi, I installed cello on a server, so it is different from a local computer when open Jupiter notebook. When I copied and pasted the URL as the instruction, I could not open Jupiter notebook. Would you please have a suggestion? Or I should install Cello on a local computer? Thank you so much! (cello_env) [user@fenn03 ~]$ jupyter notebook cello_tutorial.ipynb
|
Hi Chris, Here's an article that may help you running a Jupyter notebook on a remote server using SSH tuneling: https://docs.anaconda.com/anaconda/user-guide/tasks/remote-jupyter-notebook/ |
Thank you for the information! Do you have any suggestions for this issue? |
It looks like your end quote character is not a standard Python quote character. Use ' instead of ′ |
Thank you so much! I copied code from the paper and didn't check it. |
Hi, Would you please have a look at this?
Running command: curl http://deweylab.biostat.wisc.edu/cell_type_classification/resources_v2.0.0.tar.gz > /home/user/resources_v2.0.0.tar.gz gzip: stdin: not in gzip format |
Hi, Just check-in in case you weren't notified. |
Hello all,
I run:
pip install pygraphviz leidenalg scanpy cello-classify
And this was what I got:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pygraphviz
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[notice] A new release of pip available: 22.2.2 -> 22.3
[notice] To update, run: python3.9 -m pip install --upgrade pip
(cello_env)
Would you please suggest how to fix this? Thank you so much!
The text was updated successfully, but these errors were encountered: