Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.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
依赖项冲突conda创建/安装numpy_Numpy_Conda_Alpine_Miniconda - Fatal编程技术网

依赖项冲突conda创建/安装numpy

依赖项冲突conda创建/安装numpy,numpy,conda,alpine,miniconda,Numpy,Conda,Alpine,Miniconda,我正在尝试使用以下特定库py36h1d66e8a_0构建conda环境: conda create -n test numpy==1.15.1=py36h1d66e8a_0 结果: UnsatisfiableError: The following specifications were found to be in conflict: - numpy==1.15.1=py36h1d66e8a_0 Use "conda search <package> --info" to

我正在尝试使用以下特定库py36h1d66e8a_0构建conda环境:

conda create -n test numpy==1.15.1=py36h1d66e8a_0 
结果:

UnsatisfiableError: The following specifications were found to be in conflict:
  - numpy==1.15.1=py36h1d66e8a_0
Use "conda search <package> --info" to see the dependencies for each package.
此环境上的conda安装会生成相同的错误:

UnsatisfiableError: The following specifications were found to be in conflict:
  - numpy==1.15.1=py36h1d66e8a_0
Use "conda search <package> --info" to see the dependencies for each package.
不可满足错误:发现以下规范存在冲突:
-numpy==1.15.1=py36h1d66e8a_0
使用“conda search--info”查看每个包的依赖项。

您应该从下载所需的文件。并从下载的文件夹中发出以下命令。你做得不对

prml@prml-h270-gaming-4:~$ conda create -n test numpy-1.15.1-py37h1d66e8a_0.tar.bz2.
它会起作用的

UnsatisfiableError: The following specifications were found to be in conflict:
  - numpy==1.15.1=py36h1d66e8a_0
Use "conda search <package> --info" to see the dependencies for each package.
prml@prml-h270-gaming-4:~$ conda create -n test numpy-1.15.1-py37h1d66e8a_0.tar.bz2.