icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
6.92k stars 556 forks source link

some version check failure with 1.22.0 and 1.23.0 #922

Closed chenrui333 closed 4 months ago

chenrui333 commented 4 months ago

👋 seeing some version test failures with 1.22.0 and 1.23.0. Any pointer? Thanks!


version:0.0.1, commit sha:abcdefgh, commit timestamp:Fri Feb 13 18:31:30 2009 EST

relates to:

AndreyNikiforov commented 4 months ago

version and commit info is constructed during release process. You can a) use one of the wheels produced by release, or b) replicate part of the release process.

for a) you need to use pip install --find-links <folder_with_downloaded wheels> for b) run scripts/patch_version

Note that solution (b) relies on internals of the icloudpd release process (not a public "API") and is subject to change at any moment.