leandcesar / themoviedb

A modern and easy to use API wrapper for The Movie Database (TMDb) API v3 written in Python.
https://pypi.org/project/themoviedb
MIT License
24 stars 7 forks source link

Pip install errors #24

Closed jimlynnjulian closed 6 months ago

jimlynnjulian commented 6 months ago

When installing on Windows with pip, the following conflist arose:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. imdbpie 5.6.5 requires attrs<19.0.0,>=18.1.0, but you have attrs 23.1.0 which is incompatible. json2xml 3.21.0 requires urllib3==1.26.13, but you have urllib3 2.0.3 which is incompatible.

jimlynnjulian commented 6 months ago

Resolved, apparently, by updating pip.