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

from ultralytics import YOLO The package does not load. #4997

Closed
mrortach opened this issue Dec 7, 2024 · 1 comment
Closed

from ultralytics import YOLO The package does not load. #4997

mrortach opened this issue Dec 7, 2024 · 1 comment
Labels

Comments

@mrortach
Copy link

mrortach commented Dec 7, 2024

from ultralytics import YOLO

image

model = YOLO("yolo11x-seg.pt")

Code cell output actions:

image


ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from ultralytics import YOLO
2
3 # YOLOv10 modelini yükleyin
4 model = YOLO("yolo11x-seg.pt")
5

/usr/local/lib/python3.10/dist-packages/ultralytics/init.py in
4
5 import os
----> 6 import package
7
8 # Set ENV variables (place before imports)

ModuleNotFoundError: No module named 'package'


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.

@mrortach mrortach added the bug label Dec 7, 2024
@mrortach mrortach changed the title from ultralytics import YOLO from ultralytics import YOLO The package does not load. Dec 7, 2024
@colaboratory-team
Copy link
Contributor

See #4979 - this should be resolved now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants