小编dsw*_*ift的帖子

Buildroot 中的 Python - PyDrive 错误

我试图在我的 buildroot 目标中使用一个使用 PyDrive 的应用程序。

我收到以下错误:

# python driveapp.py
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "usr/lib/python2.7/hashlib.py", line 147, in <module>
  File "usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File "usr/lib/python2.7/hashlib.py", line 147, in <module>
  File "usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File …
Run Code Online (Sandbox Code Playgroud)

python linux buildroot python-2.7 pydrive

3
推荐指数
1
解决办法
437
查看次数

标签 统计

buildroot ×1

linux ×1

pydrive ×1

python ×1

python-2.7 ×1