我正在尝试安装flair
. 执行以下命令时抛出以下错误:
pip install flair
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
tiny-tokenizer depends on SudachiDict_core@ https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20190927.tar.gz
我认为显式安装此软件包可能会修复错误,但事实并非如此。错误保持不变。SudachiDict-core 的安装版本如下:
SudachiDict-core 0.0.0
下面是环境:
- 操作系统:Windows 10
- Python:3.6(64 位)
任何提示表示赞赏。谢谢!
笔记:
- 安装flair时的第一个障碍是
torch
包。安装torch包时简单地解决了这个问题。错误如下所示:ERROR: Could not find a version that satisfies the requirement torch>=1.1.0 (from flair) (from verERROR: No matching distribution found for torch>=1.1.0 (from flair)