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
- pip install icloudpd (correctly installs the icloudpd package)
- icloudpd --version (correctly gives version number, so installation was succesful)
- 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
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
)
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