博客
关于我
grpcio安装不了
阅读量:356 次
发布时间:2019-03-04

本文共 230 字,大约阅读时间需要 1 分钟。

pip install grpcio

报不能打包成wheel,从setpu.py安装,然后一直会卡住

遇到过几次了,受不了啦!!!

后来找了好久,找到了解决方法:

 
  1. pip3 install --upgrade pip

  2. python3 -m pip install --upgrade setuptools

  3. pip3 install --no-cache-dir --force-reinstall -Iv grpcio==<version_number>

转载地址:http://zekh.baihongyu.com/

你可能感兴趣的文章
nodejs Error: request entity too large解决方案
查看>>
Nodejs express 获取url参数,post参数的三种方式
查看>>
nodejs http小爬虫
查看>>
nodejs libararies
查看>>
vue3+element-plus 项目中 el-switch 刷新后自动触发change?坑就藏在这里!
查看>>
nodejs npm常用命令
查看>>
nodejs npm常用命令
查看>>
Nodejs process.nextTick() 使用详解
查看>>
NodeJS yarn 或 npm如何切换淘宝或国外镜像源
查看>>
nodejs 中间件理解
查看>>
nodejs 创建HTTP服务器详解
查看>>
nodejs 发起 GET 请求示例和 POST 请求示例
查看>>
NodeJS 导入导出模块的方法( 代码演示 )
查看>>
nodejs 开发websocket 笔记
查看>>
nodejs 的 Buffer 详解
查看>>
nodejs 的 path 模块详解
查看>>