Description
Search before asking
- I have searched the Roboflow Notebooks issues and found no similar bug report.
Notebook name
train-yolov8-object-detection-on-custom-dataset.ipynb
An error was raised by this command:
project.version(dataset.version).deploy(model_type="yolov8", model_path=f"{HOME}/runs/detect/train/")
Dependency ultralytics==8.0.196 is required but found version=8.2.103, to fix: pip install ultralytics==8.0.196
Would you like to continue with the wrong version of ultralytics? y/n: n
An exception has occurred, use %tb to see the full traceback.
Bug
An error was raised by this command:
project.version(dataset.version).deploy(model_type="yolov8", model_path=f"{HOME}/runs/detect/train/")
Dependency ultralytics==8.0.196 is required but found version=8.2.103, to fix: pip install ultralytics==8.0.196
Would you like to continue with the wrong version of ultralytics? y/n: n
An exception has occurred, use %tb to see the full traceback.
Environment
-Google Colab
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!