I am trying to convert a python file to exe using nuitka.
So I have a python file and I am using yt_dlp package in that code.
Trying to convert to exe using nuitka, but the process is stuck at 98% at yt_dlp.
So does it take long time for yt_dlp? or does it not work with yt_dlp?
I tried, using PyInstaller it does generate exe, but with nuitka it’s stuck at the yt-dlp phase