安装CAT客户端
npm i @dp-cat/client
安装失败--报错:没有安装Python
Error: Could not find any Python installation to use
解决--> 官网下载Python 2.7.18 windows x86-64 msi installer 一路next。
重新安装CAT客户端
npm i @dp-cat/client
安装失败--报错:Python没有添加到环境变量
解决--> 配置环境变量
重新安装CAT客户端
npm i @dp-cat/client
安装失败--报错:没有安装Vistual Studio
解决--> 安装Vistual Studio并且安装C++桌面开发-->重启电脑
重新安装CAT客户端
npm i @dp-cat/client
安装失败--报错:ascii解码不通过
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbd in position 2694: ordinal not in range(128)
解决--> 修改Pythod的默认编码为utf8
重新安装CAT客户端
npm i @dp-cat/client
安装失败--报错:utf8起始字节无效
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbd in position 2694: invalid start byte
尝试安装windows_build_tools
- 安装最新版本一直处于waiting状态
- 安装4版本,也卡住
再次尝试 重新安装CAT客户端
提示需要vs 2015, 官网下载的vs是2019
然而我安装不上2015。。。放弃了
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。