Apparently there is a "pyproject.toml" missing in the repository, so pip refused to install "development" versions.
(.venv) abc@services:~/workspace$ pip install git+https://github.com/Malith-Rukshan/Suno-API/
Collecting git+https://github.com/Malith-Rukshan/Suno-API/
Cloning https://github.com/Malith-Rukshan/Suno-API/ to /tmp/pip-req-build-5njmw9k9
Running command git clone --filter=blob:none --quiet https://github.com/Malith-Rukshan/Suno-API/ /tmp/pip-req-build-5njmw9k9
Resolved https://github.com/Malith-Rukshan/Suno-API/ to commit c789c3359d2cc6b70d09ac289c681050bd805ca9
ERROR: git+https://github.com/Malith-Rukshan/Suno-API/ does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
With this, the install works fine, please adapt the values, I only used my best guess of what I could find. ;-)
Apparently there is a "pyproject.toml" missing in the repository, so pip refused to install "development" versions.
With this, the install works fine, please adapt the values, I only used my best guess of what I could find. ;-)