使用 protobuf 报错

使用 protobuf 报错

1、google.protobuf.descriptor' has no attribute '_internal_create_key'
解决:安装 protobuf
pip install --upgrade protobuf -i https://pypi.douban.com/simple
2、TypeError: generate_private_key() missing 1 required positional argument: 'backend'


你可能感兴趣的:(笔记,python)