We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yolov8_object_detection _on_custom_data_set.ipynb
Pip install method (recommended)
!pip install ultralytics==8.0.20
from IPython import display display.clear_output()
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.
Python 3 T4 GPU
see above
Code used multiple times before without this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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?
The text was updated successfully, but these errors were encountered: