美文网首页
python 2.7 安装阿里云表格存储5.2.1无法运行的问题

python 2.7 安装阿里云表格存储5.2.1无法运行的问题

作者: d4d5907268a9 | 来源:发表于2021-09-27 18:48 被阅读0次

    1.直接按照阿里云表格存储官网的提示执行:

    sudo pip install tablestore

    执行完成后 在python 2.7上 import tablestore报错

    报错截图

    解决办法:

    第一步:sudo pip uninstall protobuf

    第二步:sudo pip install protobuf==3.6.1

    完成。

    问题原因:

    直接 install tablestore,会安装最新的protobuf,最新的protobuf不兼容python 2。

    降低下protobuf的版本即可

    相关文章

      网友评论

          本文标题:python 2.7 安装阿里云表格存储5.2.1无法运行的问题

          本文链接:https://www.haomeiwen.com/subject/johknltx.html