manitadayon / Auto_HMM

Hidden Markov Model
MIT License
34 stars 12 forks source link

Package not getting installed on Jupyter Notebook #7

Open macazaka opened 1 year ago

macazaka commented 1 year ago

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 a72a8cd85962b4d28a5127e47816fc18641e04aa ERROR: git+https://github.com/manitadayon/Auto_HMM.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.