-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello,
I ran "!pip install git+https://github.com/Illumina/Cyrius.git" in a cell in my jupyter notebook and received the following output:
Collecting git+https://github.com/Illumina/Cyrius.git
Cloning https://github.com/Illumina/Cyrius.git to /tmp/pip-req-build-atgcxnnp
Running command git clone --filter=blob:none --quiet https://github.com/Illumina/Cyrius.git /tmp/pip-req-build-atgcxnnp
Resolved https://github.com/Illumina/Cyrius.git to commit 9fb1c6d
ERROR: git+https://github.com/Illumina/Cyrius.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
Is there any way that i can install and import Cyrius so that it can be used in my workflow more efficiently? I am working in a cloud-based environment within a research project's platform. Let me know if there is a possible solution. Thank you for your help!