-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error parsing dependencies of gpg : invalid version: '1.14.0-unknown #60
Comments
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
<picklepete/pyicloud#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
<#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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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, 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 ?
The text was updated successfully, but these errors were encountered: