Open para2022 opened 1 year ago
this is a recent error on yt-dlp
there is a workaround
try this
python3 -m pip install -U pip setuptools wheel
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
That fixed it. Thanks mate your a star.
ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7' root@mail3:~#
@DanielnetoDotCom I need your help with this. I do not see why it is not letting me upgrade this so the dlp can work.
ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7'
root@mail3:~#
I installed the 3.7 and that didn't seem to change anything
Nevermind I got it solved now. It was a broken package I reinstalled now workd fine
hi @JoshWho ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7' root@mail3:~#
Am also getting this error,can you guide me what you did please
try this
Update your system's package manager to ensure that you have the latest version of available packages. You can do this by running the following command in a terminal:
sudo apt update
Upgrade your system's Python version to a version that is compatible with the "yt-dlp" package. Ubuntu 18 comes with Python 3.6.9 by default, which is not compatible with the package. You can install a newer version of Python using the deadsnakes PPA:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
Hi Daniel,
Still the same error please
Please help!
I apologize, but the issue you are facing does not pertain to AVideo; it is related to a third-party tool. Unfortunately, I am unable to provide guidance on the installation of libraries.
However, there are several guides available on Google that can assist you with the installation process. Alternatively, you may wish to hire me or someone else for direct support.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
The import function on the encoder doesnt work now. Same problem on 2 servers and a fresh install for testing. it was working perfectly before.
Array ( [0] => ERROR: [youtube] jJZjD3S-dlI: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U )