You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the documentation Manual/Advanced/CLI to install cvat-cli: pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Current Behaviour
pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Returns: ERROR: Could not find a version that satisfies the requirement cvat-sdk==2.0 (from cvat-cli) (from versions: none) ERROR: No matching distribution found for cvat-sdk==2.0
After that cvat-cli is not installed.
Possible Solution
Steps to Reproduce (for bugs)
Create virual env and activate it
1.pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Your Environment
Git hash commit (git log -1):
Python version (python --version): 3.8.10
Pip versione (pip --version): pip 20.0.2
Are you using Docker Swarm or Kubernetes? No
Operating System and version (e.g. Linux, Windows, MacOS): Uubuntu 18.04 LTS
Code example or link to GitHub repo or gist to reproduce problem:
Other diagnostic information / logs:
Pip execution logs:
Hi. Until there is a release on PyPI for cvat-sdk, you need to follow the developer instructions described here: #4827 (comment). We are working on releasing cvat-sdk and cvat-cli packages (tracked in #3716).
My actions before raising this issue
Expected Behaviour
Following the documentation Manual/Advanced/CLI to install cvat-cli:
pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Current Behaviour
pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Returns:
ERROR: Could not find a version that satisfies the requirement cvat-sdk==2.0 (from cvat-cli) (from versions: none) ERROR: No matching distribution found for cvat-sdk==2.0
After that cvat-cli is not installed.
Possible Solution
Steps to Reproduce (for bugs)
1.
pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Your Environment
git log -1
):python --version
): 3.8.10pip --version
): pip 20.0.2Pip execution logs:
pip install 'git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli'
Collecting git+https://github.com/cvat-ai/cvat#subdirectory=cvat-cli
Cloning https://github.com/cvat-ai/cvat to /tmp/pip-req-build-1w_wtosj
Running command git clone -q https://github.com/cvat-ai/cvat /tmp/pip-req-build-1w_wtosj
Running command git submodule update --init --recursive -q
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
ERROR: Could not find a version that satisfies the requirement cvat-sdk==2.0 (from cvat-cli==0.2) (from versions: none)
ERROR: No matching distribution found for cvat-sdk==2.0 (from cvat-cli==0.2)
Issue by @matteobarato
The text was updated successfully, but these errors were encountered: