Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with: train-yolov8-object-detection-on-custom-dataset.ipynb #369

Open
2 tasks done
Bozostew21 opened this issue Mar 21, 2025 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@Bozostew21
Copy link

Bozostew21 commented Mar 21, 2025

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!
@Bozostew21 Bozostew21 added the bug Something isn't working label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant