Browse Source

Merge pull request #296 from shangfengh/new

docs: 📝 add Q&A.md
tags/0.1.0
Shawqeem GitHub 2 years ago
parent
commit
71262046e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions
  1. +16
    -0
      Q&A.md
  2. BIN
      resource/Q&A_grpc.png
  3. +1
    -1
      使用文档.md

+ 16
- 0
Q&A.md View File

@@ -0,0 +1,16 @@
# Q&A

## grpc版本更新失败

Q:运行GeneratePythonProto.cmd报错
![grpcUpdate](.\resource\Q&A_grpc.png)

A:
- 可能措施1.
首先保证Python版本在3.9及以上
- 可能措施2. 更换为国内镜像源
在终端输入 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- 可能措施3. 更新pip
python -m pip install --upgrade pip
(pip 版本最好为23.1)


BIN
resource/Q&A_grpc.png View File

Before After
Width: 1503  |  Height: 461  |  Size: 59 kB

+ 1
- 1
使用文档.md View File

@@ -130,7 +130,7 @@ Server脚本中参数格式一般如下:

## WPF简易调试界面

![client](D:\2_autumn\thuai6\THUAI6\resource\client.png)
![client](.\resource\client.png)

### 界面介绍



Loading…
Cancel
Save