question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error Message while trying out for the first time

See original GitHub issue

Hi, I installed the script like shown on github page via pip. But when calling, I get this message: C:\Users\frank>icloudpd -d D:\icloudPD\Frank -u wonttell@gmail.com -p falschabersorichtig Traceback (most recent call last): File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\frank\AppData\Local\Programs\Python\Python310\Scripts\icloudpd.exe\__main__.py", line 4, in <module> File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\icloudpd\base.py", line 17, in <module> from pyicloud_ipd.exceptions import PyiCloudAPIResponseError File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\pyicloud_ipd\__init__.py", line 2, in <module> from pyicloud_ipd.base import PyiCloudService File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\pyicloud_ipd\base.py", line 19, in <module> from pyicloud_ipd.services import ( File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\pyicloud_ipd\services\__init__.py", line 7, in <module> from pyicloud_ipd.services.account import AccountService File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\pyicloud_ipd\services\account.py", line 5, in <module> from pyicloud_ipd.utils import underscore_to_camelcase File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\pyicloud_ipd\utils.py", line 2, in <module> import keyring File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\keyring\__init__.py", line 6, in <module> from .core import (set_keyring, get_keyring, set_password, get_password, File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\keyring\core.py", line 14, in <module> from . import backend File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\keyring\backend.py", line 18, in <module> from .util import properties File "C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\site-packages\keyring\util\properties.py", line 1, in <module> from collections import Callable ImportError: cannot import name 'Callable' from 'collections' (C:\Users\frank\AppData\Local\Programs\Python\Python310\lib\collections\__init__.py) Any hints what I could check or install? Looks like there is something around the crypting while login not in place? Version of python: C:\Users\frank>python --version Python 3.10.0

Anything else I should put in here?

Thanks a lot

Frank

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:23 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
boredazfcukcommented, Nov 5, 2021

Try downgrading to Python 3.8.

I found it broke when I upgraded to Python 3.9 (https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/353) and it hasn’t been updated since then. I should imagine it’s incompatible with Python 3.10 too.

2reactions
JiangXLcommented, Feb 8, 2022

@boredazfcuk

pip install --upgrade keyring

But other errors encounter in new keyring.

Read more comments on GitHub >

github_iconTop Results From Across the Web

10 Error Status Codes When Building APIs For The First Time ...
The 400 Bad Request error message is one of the most generic HTTP status codes. It implies that you did not correctly format...
Read more >
[Apple Watch] Unable to Check for Update - Apple Developer
After spending couple hours trying to figure out the "Unable to Check for Update," issue on my Apple Watch series 5 setup, I...
Read more >
403 Forbidden error: What it is and how to fix it - Allconnect.com
The reason might be within your control – but it's more likely caused by something on the content owner or server side. The...
Read more >
Error occurs when you send or receive an email message in ...
Sending and Receiving reported error (0x8007000E): Out of memory or system resources. Close some windows or programs and try again. To resolve this...
Read more >
10 Ways to Fix the NET::ERR_CERT_DATE_INVALID Error
Since this error has so many causes, we provided you with ten solutions to try. You can start simply by reloading the website...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found