1.安装python 3.8
2.配置环境变量
如:
D:\Python38\Scripts
D:\Python38
3.启动cmd,安装google ,protobuf 等软件
pip3 install google
pip3 install protobuf==3.19.0
- 尝试打表,如果提示xlrd问题,则更新 xlrd
pip3 uninstall xlrd
pip3 install xlrd==1.2.0
图片分割工具的库:pip install pillow
1.安装python 3.8
2.配置环境变量
如:
D:\Python38\Scripts
D:\Python38
3.启动cmd,安装google ,protobuf 等软件
pip3 install google
pip3 install protobuf==3.19.0
pip3 uninstall xlrd
pip3 install xlrd==1.2.0
图片分割工具的库:pip install pillow