manitadayon/Auto_HMM

Package not getting installed on Jupyter Notebook

Opened this issue · 0 comments

When I try to install the package on Jupyter Notebook using the following command:
!pip install git+https://github.com/manitadayon/Auto_HMM.git
It throws the following error:
Collecting git+https://github.com/manitadayon/Auto_HMM.git
Cloning https://github.com/manitadayon/Auto_HMM.git to /var/tmp/pip-req-build-7o3i6gd8
Running command git clone --filter=blob:none --quiet https://github.com/manitadayon/Auto_HMM.git /var/tmp/pip-req-build-7o3i6gd8
Resolved https://github.com/manitadayon/Auto_HMM.git to commit a72a8cd
ERROR: git+https://github.com/manitadayon/Auto_HMM.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.