This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
ad00ffdfdf
dev
main
0.1.0
v0.1.0
v1.0.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ad00ffdfdf'
${ noResults }
THUAI6
/
Q&A.md
418 B
Raw
Blame
History
Q&A
grpc版本更新失败
Q&A
grpc版本更新失败
Q:运行GeneratePythonProto.cmd报错
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)