首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在python 3.7中安装Urduhack?

如何在python 3.7中安装Urduhack?
EN

Stack Overflow用户
提问于 2020-05-03 03:27:51
回答 1查看 43关注 0票数 0

您好,我想在我的python3.7中安装Urduhack,所以我尝试了

代码语言:javascript
复制
pip install Urduhack

并得到了错误消息

代码语言:javascript
复制
tensorboard 2.1.1 has requirement grpcio>=1.24.3, but you'll have grpcio 1.14.1 which is incompatible.
tensorboard 2.1.1 has requirement setuptools>=41.0.0, but you'll have setuptools 39.1.0 which is incompatible.
mystic 0.3.3 has requirement numpy<1.16.0,>=1.0, but you'll have numpy 1.18.1 which is incompatible.
Installing collected packages: google-pasta, wrapt, keras-applications, gast, scipy, tensorflow, Urduhack
Found existing installation: wrapt 1.10.11
Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

你能帮我安装这个包吗?

EN

回答 1

Stack Overflow用户

发布于 2020-10-13 17:00:59

尝试使用此命令进行安装。

代码语言:javascript
复制
pip install urduhack[tf]
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/61565140

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档