Update icloudpd version when running from source #558
-
|
I am trying to update to 1.8.0 and when I run the command to update the python package it doesn't appear to be able to find 1.8.0 and I stay on 1.7.3. I swear I was able to run this command for the last update and it worked. |
Beta Was this translation helpful? Give feedback.
Answered by
AndreyNikiforov
Jan 31, 2023
Replies: 1 comment 2 replies
-
|
icloudpd 1.8.0 was not uploaded to PyPI (see #549) IIUC, you should be able to use link-to-git-repo or http-to-whl-on-github-release with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
petebocken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
icloudpd 1.8.0 was not uploaded to PyPI (see #549)
IIUC, you should be able to use link-to-git-repo or http-to-whl-on-github-release with
pip. Pls let me know if these mitigation steps worked.