1. 创建虚拟环境
"D:\Users\xxx(你的用户名)\AppData\Local\Programs\Python\Python310\python.exe" -m venv myenv
myenv\Scripts\activate
2. 设置环境变量
set PYTHONUTF8=1
set PYTHONIOENCODING=utf-8
3. 安装
pip install pyrobuf -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir
pip install pyrosm -i https://pypi.tuna.tsinghua.edu.cn/simple