Maestro Supervision dependency error while running zero-shot-object-detection-with-qwen2-5-vl notebook
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.7k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Search before asking
- I have searched the Roboflow Notebooks issues and found no similar bug report.
Notebook name
Bug
When I open this notebook on colab
https://github.com/roboflow/notebooks/blob/main/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb
and run the code cell:
!pip install -q "maestro[qwen_2_5_vl]==1.1.0rc2"
!pip install -q "supervision==0.26.0rc4"
I get the following error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
maestro 1.1.0rc2 requires supervision<0.26.0,>=0.20.0, but you have supervision 0.26.0rc4 which is incompatible.
Environment
- Google Colab
Minimal Reproducible Example
!pip install -q "maestro[qwen_2_5_vl]==1.1.0rc2"
!pip install -q "supervision==0.26.0rc4"
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb in Google Colab and run the installation cell containing maestro[qwen_2_5_vl]==1.1.0rc2 and supervision==0.26.0rc4. Check the package compatibility requirements and rerun the notebook; done means the installation completes without the reported dependency conflict and the notebook can proceed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100