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

ultralytics module not found #357

Open
1 of 2 tasks
fryester opened this issue Jan 20, 2025 · 0 comments
Open
1 of 2 tasks

ultralytics module not found #357

fryester opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@fryester
Copy link

Search before asking

  • I have searched the Roboflow Notebooks issues and found no similar bug report.

Notebook name

yolov8_object_detection _on_custom_data_set.ipynb

Bug

Pip install method (recommended)

!pip install ultralytics==8.0.20

from IPython import display
display.clear_output()

import ultralytics
ultralytics.checks()

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
6 display.clear_output()
7
----> 8 import ultralytics
9 ultralytics.checks()

ModuleNotFoundError: No module named 'ultralytics'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

Environment

Python 3
T4 GPU

Minimal Reproducible Example

see above

Additional

Code used multiple times before without this issue

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@fryester fryester added the bug Something isn't working label Jan 20, 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