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
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.
Search before asking
Notebook name
https://github.com/roboflow/notebooks/blob/main/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb
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
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?
The text was updated successfully, but these errors were encountered: