Skip to content

yt_dlp not found anyone can help me #1

@shoaib03339770257

Description

@shoaib03339770257

ModuleNotFoundError: No module named 'yt_dlp'
Traceback:
File "C:\Users\ABC\Downloads\Compressed\SkeySpot-main\SkeySpot-main\pages\Batch_Image_Detection.py", line 12, in
import helper
File "C:\Users\ABC\Downloads\Compressed\SkeySpot-main\SkeySpot-main\helper.py", line 4, in
import yt_dlp

───────────────────────── Traceback (most recent call last) ───────────────────────────
C:\Users\ABC\anaconda3\envs\env39tf\lib\site-packages\streamlit\runtime\scriptrunner
\exec_code.py:128 in exec_func_with_error_handling

C:\Users\ABC\anaconda3\envs\env39tf\lib\site-packages\streamlit\runtime\scriptrunner
\script_runner.py:667 in code_to_exec

C:\Users\ABC\anaconda3\envs\env39tf\lib\site-packages\streamlit\runtime\scriptrunner
\script_runner.py:165 in _mpa_v1

C:\Users\ABC\anaconda3\envs\env39tf\lib\site-packages\streamlit\navigation\page.py:3
00 in run

C:\Users\ABC\Downloads\Compressed\SkeySpot-main\SkeySpot-main\pages\Batch_Image_Dete
ction.py:12 in

  9 import cv2
 10 import numpy as np
 11 import settings

❱ 12 import helper
13
14 # Initialize all session state variables at the start
15 if 'detections' not in st.session_state:

C:\Users\ABC\Downloads\Compressed\SkeySpot-main\SkeySpot-main\helper.py:4 in

  1 from ultralytics import YOLO
  2 import streamlit as st
  3 import cv2

❱ 4 import yt_dlp
5 import settings
6
7
────────────────────────────────────────────────────────────────────────────────────────
ModuleNotFoundError: No module named 'yt_dlp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions