Open
Description
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!