ModuleNotFoundError: No module named 'ultralytics.data' #1107
-
| 
         ModuleNotFoundError: No module named 'ultralytics.data'How do I fix this? I use like'python track.py --yolo-model E:\pyproject\yolo_tracking-master\yolov8n.pt --source E:\pyproject\yolo_tracking-master\MOT17-09-SDP-raw.mp4'and'pip install ultralytics',but it didn't work  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
| 
         You should not install the original ultrlytics package. We hold a custom ultralytics package.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         If you are within China you need a VPN  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi, how do I access the custom ultralytics folder? I want to make some changes in my code. I will be grateful for your reply.  | 
  
Beta Was this translation helpful? Give feedback.
It gets installed during runtime if not installed. So just
pip uninstall ultralyticsand run the tracker.