You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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).
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.
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
The text was updated successfully, but these errors were encountered: