yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.41k stars 978 forks source link

AttributeError: 'Client' object has no attribute 'dumps'. Did you mean: 'dump'? #548

Closed Theoshen closed 7 months ago

Theoshen commented 7 months ago

Windows11, Python 3.10.10 执行获取佳明密钥的 .py 时,遇到

python run_page/get_garmin_secret.py xxxx@xxx.com xxxxx --is-cn
Traceback (most recent call last):
  File "D:\Files\Theo\project\running_page\run_page\get_garmin_secret.py", line 19, in <module>
    secret_string = garth.client.dumps()
AttributeError: 'Client' object has no attribute 'dumps'. Did you mean: 'dump'?
yihong0618 commented 7 months ago

python -m pip install -U garth

Theoshen commented 7 months ago

搞定~ thx