You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from ultralytics import YOLO
2
3 # 1. Cargar el modelo (nano, el más pequeño)
4 model = YOLO("/content/drive/MyDrive/proyecto_promidat/vagoneta/dIAra_vagoneta/entrenamiento_yolo_vagoneta_2/weights/best.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'
The text was updated successfully, but these errors were encountered: