Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x 我对包安装deepmatcher有问题_Python 3.x_Machine Learning_Deep Learning_Package_Installation Package - Fatal编程技术网

Python 3.x 我对包安装deepmatcher有问题

Python 3.x 我对包安装deepmatcher有问题,python-3.x,machine-learning,deep-learning,package,installation-package,Python 3.x,Machine Learning,Deep Learning,Package,Installation Package,您好,我想安装python包deepMatcher我使用了pip命令 pip安装深度匹配器 获取此错误: 找不到满足torch==0.3.0要求的版本 (来自deepmatcher)(来自版本:0.1.2、0.1.2.post1不匹配 找到的火炬分布==0.3.0(来自deepmatcher) python 3;6 windows 10请尝试使用“torchtext==0.2.3”来代替torch。Deepmatcher有很多依赖性问题,尤其是在torch软件包方面。我在windows 10上遇

您好,我想安装python包deepMatcher我使用了pip命令

pip安装深度匹配器

获取此错误:

找不到满足torch==0.3.0要求的版本 (来自deepmatcher)(来自版本:0.1.2、0.1.2.post1不匹配 找到的火炬分布==0.3.0(来自deepmatcher)

python 3;6


windows 10

请尝试使用“torchtext==0.2.3”来代替torch。Deepmatcher有很多依赖性问题,尤其是在torch软件包方面。

我在windows 10上遇到类似问题,但使用fasttextmirror时遇到了类似问题。对我有效的解决方案是运行以下命令:

pip安装git+https://github.com/anhaidgroup/deepmatcher#egg=deepmatcher

答复如下: