Open fabricecatherine03 opened 1 month ago
It's interesting that you're getting an error with gpg. So far as I know, srp doesn't have even an indirect dependency on gpg so I'm not sure why you're seeing that particular error. Did you try installing it in a virtual environment or directly onto your root file system? (I generally recommend using virtual envs as they have far fewer maintenance problems). I just tested the pip installation in a Python 3.10.12 virtual environment on an Ubuntu WSL system and it installed without issue. I can't think of any reason a Debian system would have this problem.
Tom
On Mon, Oct 28, 2024 at 3:13 PM fabricecatherine03 @.***> wrote:
Hi, First of all, and the most important : thanks a lot for your work on this project. After Apple has changed something, a lot of user are facing an issue to connect to the ios cloud services. On the forum picklepete/pyicloud#456 https://github.com/picklepete/pyicloud/issues/456, someone was able to fix the issue by issuing your project srp. For some people, it works. For others, like me, it does not. I am not sure why it does not work for everybody. On the Debian 11 VM that I use, I have tried to run the command pip install srp I have noticed this error message : "Error parsing dependencies of gpg : invalid version: '1.14.0-unknown". I am wondering if this might be the root cause of the issue. I know my question might be out of scope and I am sorry if it is the case. But maybe you could help. If so, do you have an idea how I could solve this error message about gpg invalid version ?
— Reply to this email directly, view it on GitHub https://github.com/cocagne/pysrp/issues/60, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANMW7AS6W5R66BZC5BW343Z52EFTAVCNFSM6AAAAABQYHF3D6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTSNBUGIZTONI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks for your help. It is indeed under the root. I'll continue to investigate to find my issue but it is good to know that there are no dependencies with gpg. Thanks for your help.
Hi, First of all, and the most important : thanks a lot for your work on this project. After Apple has changed something, a lot of user are facing an issue to connect to the ios cloud services. On the forum https://github.com/picklepete/pyicloud/issues/456, someone was able to fix the issue by issuing your project srp. For some people, it works. For others, like me, it does not. I am not sure why it does not work for everybody. On the Debian 11 VM that I use, I have tried to run the command pip install srp I have noticed this error message : "Error parsing dependencies of gpg : invalid version: '1.14.0-unknown". I am wondering if this might be the root cause of the issue. I know my question might be out of scope and I am sorry if it is the case. But maybe you could help. If so, do you have an idea how I could solve this error message about gpg invalid version ?