首页 > 解决方案 > 如何在 python 3.7 中安装 Urduhack?

问题描述

嗨我想安装Urduhack在我的python3.7中所以我试过了

pip install Urduhack

并收到错误消息

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.

你能帮我安装软件包吗?

标签: python

解决方案


尝试使用此命令安装。

pip install urduhack[tf]

推荐阅读