Skip to content

How do I run this after installing python and pip3 on windows? #478

Closed Answered by modjke
nintendowii111 asked this question in Q&A
Discussion options

You must be logged in to vote

Out of the scope of this repository, but here is a shortest way possible:

  1. Uninstall python from Microsoft Store and any other python versions if any
  2. Install chocolately (follow instructions on their site)
  3. Stop powershell, run it as administrator (elevated) choco install python --version=3.6.7
  4. python --version should be 3.6.7
  5. pip install icloudpd
  6. Stop powershell, run from ordinary user (non-elevated) icloudpd will work as it should

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by menkej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #432 on September 29, 2022 18:34.