您好,我想在我的python3.7中安装Urduhack,所以我尝试了
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.你能帮我安装这个包吗?
发布于 2020-10-13 17:00:59
尝试使用此命令进行安装。
pip install urduhack[tf]https://stackoverflow.com/questions/61565140
复制相似问题