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
requirements.txt at line 1
requests ==2.32.3
↓
requests<3 and >=2.32.3
For example, using it with the yt-dlp package violates the restrictions.
ERROR: Cannot install -r requirements.txt (line 27), -r requirements.txt (line 54) and requests because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested requests
yt-dlp 2024.8.6 depends on requests<3 and >=2.32.2
line-bot-sdk 3.11.0 depends on requests==2.31.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered:
requests ==2.32.3
↓
requests<3 and >=2.32.3
For example, using it with the yt-dlp package violates the restrictions.
The text was updated successfully, but these errors were encountered: