bitdruid / python-wayback-machine-downloader

Query and download archive.org as simple as possible.
MIT License
32 stars 1 forks source link

dependencies error #6

Closed jimlynnjulian closed 5 months ago

jimlynnjulian commented 5 months ago

pip install pywaybackup

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. getmyancestors 1.0.6 requires requests==2.25.1, but you have requests 2.31.0 which is incompatible. imdbpie 5.6.5 requires attrs<19.0.0,>=18.1.0, but you have attrs 23.1.0 which is incompatible. imdbpie 5.6.5 requires diskcache<3.0.0,>=2.9.0, but you have diskcache 5.2.1 which is incompatible. themoviedb 0.4.0 requires idna==3.4, but you have idna 2.10 which is incompatible. themoviedb 0.4.0 requires urllib3==2.0.3, but you have urllib3 1.26.18 which is incompatible. Successfully installed pywaybackup-1.1.0 requests-2.31.0 tqdm-4.66.2

This happened recently with another software, so there's a chance my operating system is involved (Win10Pro). Subsequent installs had no problem. Count this as an OS fluke.

jimlynnjulian commented 5 months ago

Probable fluke.