简体   繁体   English

如何在 python 3.7 中安装 Urduhack?

[英]How do I install Urduhack in python 3.7?

Hi I would like to install Urduhack in my python3.7 So I tried嗨,我想在我的 python3.7 中安装Urduhack所以我尝试了

pip install Urduhack

and got the error message并收到错误消息

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.

Can you help me to install the package?你能帮我安装 package 吗?

Try Install using this command.尝试使用此命令安装。

pip install urduhack[tf]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM