Skip to content

Missing icloud utlity from pip version #594

@gec1-dev

Description

@gec1-dev

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions