-
Notifications
You must be signed in to change notification settings - Fork 201
Description
With Python 3.14 installed, using "pip install ytsage" would install version 2.0, so when trying to install the specific version "4.8.3" I was getting these errors:
capit@CasaPC ~ pip install ytsage==4.8.3
Collecting ytsage==4.8.3
Using cached ytsage-4.8.3-py3-none-any.whl.metadata (20 kB)
Requirement already satisfied: yt-dlp in c:\users\capit\appdata\local\programs\python\python314\lib\site-packages (from ytsage==4.8.3) (2025.10.14)
INFO: pip is looking at multiple versions of ytsage to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 6.10.0 Requires-Python >=3.9,<3.14; 6.3.0 Requires-Python >=3.6,<3.11; 6.3.1 Requires-Python >=3.6,<3.11; 6.3.2 Requires-Python >=3.6,<3.11; 6.4.0.1 Requires-Python >=3.7,<3.12; 6.4.1 Requires-Python >=3.7,<3.12; 6.4.2 Requires-Python >=3.7,<3.12; 6.4.3 Requires-Python >=3.7,<3.12; 6.5.0 Requires-Python >=3.7,<3.12; 6.5.1 Requires-Python >=3.7,<3.12; 6.5.1.1 Requires-Python >=3.7,<3.12; 6.5.2 Requires-Python >=3.7,<3.12; 6.5.3 Requires-Python >=3.7,<3.12; 6.6.0 Requires-Python >=3.8,<3.13; 6.6.1 Requires-Python >=3.8,<3.13; 6.6.2 Requires-Python >=3.8,<3.13; 6.6.3 Requires-Python >=3.8,<3.13; 6.6.3.1 Requires-Python >=3.8,<3.13; 6.7.0 Requires-Python >=3.9,<3.13; 6.7.1 Requires-Python >=3.9,<3.13; 6.7.2 Requires-Python >=3.9,<3.13; 6.7.3 Requires-Python >=3.9,<3.13; 6.8.0 Requires-Python >=3.9,<3.13; 6.8.0.1 Requires-Python >=3.9,<3.13; 6.8.0.2 Requires-Python >=3.9,<3.14; 6.8.1 Requires-Python >=3.9,<3.14; 6.8.1.1 Requires-Python >=3.9,<3.14; 6.8.2 Requires-Python >=3.9,<3.14; 6.8.2.1 Requires-Python >=3.9,<3.14; 6.8.3 Requires-Python >=3.9,<3.14; 6.9.0 Requires-Python >=3.9,<3.14; 6.9.1 Requires-Python >=3.9,<3.14; 6.9.2 Requires-Python >=3.9,<3.14; 6.9.3 Requires-Python >=3.9,<3.14
ERROR: Could not find a version that satisfies the requirement PySide6 (from ytsage) (from versions: none)
ERROR: No matching distribution found for PySide6
So I decided to downgrade to Python 3.12 and now it works without any issues