Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing icloud utlity from pip version #594

Closed
gec1-dev opened this issue Mar 4, 2023 · 2 comments
Closed

Missing icloud utlity from pip version #594

gec1-dev opened this issue Mar 4, 2023 · 2 comments
Assignees
Labels

Comments

@gec1-dev
Copy link

gec1-dev commented Mar 4, 2023

Overview

My system is ubuntu 22.10.
After having installed icloudpd via the pip command (non-root account) I wanted to store my password in the keyring using the icloud utility, however, the icloud utility is missing, at least from the whl (pip package)

Steps to Reproduce

  1. pip install icloudpd (correctly installs the icloudpd package)
  2. icloudpd --version (correctly gives version number, so installation was succesful)
  3. icloud --version or icloud (gives an error:
Command 'icloud' not found, but can be installed with:
sudo apt install python3-pyicloud

)
4. ls -l ./local/bin/ shows icloudpd script but does not show icloud.

Expected Behavior

icloud utility is installed together with icloudpd and can be executed

Actual Behavior

icloud utility is missing

Context

N/A, I think

@AndreyNikiforov
Copy link
Collaborator

@gec1-dev thanks for reporting the issue. Fix will be in the next release.

Curious if binary packages (binaries or docker) would work for you. Binary distributions solve many dependency issues and if you prefer src, I would like to know why (so I will continue to cover different use cases).

@gec1-dev
Copy link
Author

gec1-dev commented Mar 5, 2023

Thank you for the answer. I am using the binaries right now. I just prefer cleaniness of package managers plus like to run from source in case I need to debug or understand better the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants