python - Anaconda Python Conda pipbuild 因 WindowsError 找不到文件而失败

标签 python pip anaconda conda

我最近切换到 Anaconda Python 发行版,我正试图掌握其中的窍门。我想安装 this yaml-related package由于还没有 conda 配方,我试过了

conda pipbuild layered-yaml-attrdict-config

这导致了以下输出(我删除了系统路径中不相关的条目):

C:\Anaconda>conda install layered-yaml-attrdict-config
Fetching package metadata: ..
Error: No packages found matching: layered-yaml-attrdict-config

C:\Anaconda>conda pipbuild layered-yaml-attrdict-config
Fetching package metadata: ..
Creating standard recipe for layered-yaml-attrdict-config-14.06.7
Using url https://pypi.python.org/packages/source/l/layered-yaml-attrdict-config
/layered-yaml-attrdict-config-14.06.7.tar.gz (6147) for layered-yaml-attrdict-co
nfig.
Downloading layered-yaml-attrdict-config (use --no-download to skip this step)
Unpacking layered-yaml-attrdict-config...
done
working in c:\users\bnables\appdata\local\temp\1\tmp07kkdbconda_skeleton_layered
-yaml-attrdict-config
Fetching package metadata: ...
Solving package specifications: .
The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    python-2.7.7               |                2        17.1 MB

The following packages will be linked:

    package                    |            build
    ---------------------------|-----------------
    python-2.7.7               |                2   hard-link
    pyyaml-3.11                |           py27_0   hard-link
    setuptools-3.6             |           py27_0   hard-link

Fetching packages ...
python-2.7.7-2 100% |###############################| Time: 0:00:08   2.00 MB/s
Extracting packages ...
[      COMPLETE      ] |#################################################| 100%
Linking packages ...
[      COMPLETE      ] |#################################################| 100%
Applying patch: u'c:\\users\\bnables\\appdata\\local\\temp\\1\\tmp07kkdbconda_sk
eleton_layered-yaml-attrdict-config\\pypi-distutils.patch'
Error:
    Did not find 'patch' in: C:\Anaconda\envs\_build\Scripts;C:\Anaconda\Scripts
;C:\Anaconda;C:\Anaconda\Scripts

    You can install 'patch' using apt-get, yum (Linux), Xcode (MacOSX),
    or conda, cygwin (Windows),


conda create -n _pipbuild_ --yes python pip
Fetching package metadata: ..
Solving package specifications: .
Package plan for installation in environment C:\Anaconda\envs\_pipbuild_:

The following packages will be linked:

    package                    |            build
    ---------------------------|-----------------
    pip-1.5.6                  |           py27_0   hard-link
    python-2.7.7               |                2   hard-link
    setuptools-3.6             |           py27_0   hard-link

WARNING: the process C:\Anaconda\python.exe C:\Anaconda\Scripts\conda-script.py
pipbuild layered-yaml-attrdict-config (7712) is running
WARNING: the process C:\Anaconda\Scripts\conda-pipbuild.exe layered-yaml-attrdic
t-config (4596) is running
WARNING: the process C:\Anaconda\python.exe C:\Anaconda\Scripts\conda-pipbuild-s
cript.py layered-yaml-attrdict-config (7208) is running
WARNING: Continuing installation while the above processes are running is
not recommended.  Please, close all Anaconda programs before installing or
updating things with conda.

Extracting packages ...
[      COMPLETE      ] |#################################################| 100%
Linking packages ...
[      COMPLETE      ] |#################################################| 100%
#
# To activate this environment, use:
# > activate _pipbuild_
#
C:\Anaconda\envs\_pipbuild_/bin/pip install layered-yaml-attrdict-config==14.06.
7
Traceback (most recent call last):
  File "C:\Anaconda\Scripts\conda-pipbuild-script.py", line 4, in <module>
    sys.exit(main())
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 76, in
 main
    args.func(args, p)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 347, i
n execute
    build_package(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 300, i
n build_package
    directory, dependencies = make_recipe(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 244, i
n make_recipe
    depends = get_all_dependencies(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 214, i
n get_all_dependencies
    ret = subprocess.Popen(cmd2.split()).wait()
  File "C:\Anaconda\lib\subprocess.py", line 710, in __init__
    errread, errwrite)
  File "C:\Anaconda\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

C:\Anaconda>

我不确定发生了什么,因为我不知道它在寻找什么文件,而且我对 conda 配方一无所知,除非它们应该很棒并且不会出现这些错误。

我希望通过 conda 安装,这样一切都可以由 conda 管理,而不是一些东西由 pip 管理。

深入研究 main_pipbuild.py 源代码,看起来它正在尝试运行 C:\Anaconda\envs\_pipbuild_\bin\pip install package==version(使用适当的包和版本)。当我查看我的 C:\Anaconda\envs_pipbuild_ 时,没有 bin 文件夹,所以我猜测 pip 没有正确安装到 pipbuild 环境中。之前关于没有“补丁”的警告也可能是个问题……

使用 conda install patch 安装 patch 后,我再次尝试了以下结果:

C:\Anaconda>conda pipbuild layered-yaml-attrdict-config
Fetching package metadata: ..
Creating standard recipe for layered-yaml-attrdict-config-14.06.7
Using url https://pypi.python.org/packages/source/l/layered-yaml-attrdict-config/layered-yaml-attrdict-config-14.06.7.ta
r.gz (6147) for layered-yaml-attrdict-config.
Downloading layered-yaml-attrdict-config (use --no-download to skip this step)
Unpacking layered-yaml-attrdict-config...
done
working in c:\users\bnables\appdata\local\temp\1\tmp7cuibgconda_skeleton_layered-yaml-attrdict-config
Fetching package metadata: ...
Solving package specifications: .69 unparsed bytes left at the end of stream
file 1/1:        core.py
 hunk no.1 doesn't match source file at line 165
  expected:
  actual  :                 raise SystemExit, "error: " + str(msg)
source file is different - core.py

Applying patch: u'c:\\users\\bnables\\appdata\\local\\temp\\1\\tmp7cuibgconda_skeleton_layered-yaml-attrdict-config\\pyp
i-distutils.patch'
Traceback (most recent call last):
  File "C:\Anaconda\Scripts\conda-skeleton-script.py", line 4, in <module>
    sys.exit(main())
  File "C:\Anaconda\lib\site-packages\conda_build\main_skeleton.py", line 124, in main
    args.func(args, p)
  File "C:\Anaconda\lib\site-packages\conda_build\main_skeleton.py", line 135, in execute
    pypi.main(args, parser)
  File "C:\Anaconda\lib\site-packages\conda_build\pypi.py", line 314, in main
    run_setuppy(src_dir, tempdir, args)
  File "C:\Anaconda\lib\site-packages\conda_build\pypi.py", line 485, in run_setuppy
    apply_patch(join(stdlib_dir, 'distutils'), patch)
  File "C:\Anaconda\lib\site-packages\conda_build\source.py", line 202, in apply_patch
    check_call([patch, '-p0', '-i', path], cwd=src_dir)
  File "C:\Anaconda\lib\subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '[u'C:\\Anaconda\\Scripts\\patch.bat', u'-p0', u'-i', u'c:\\users\\bnables\\appda
ta\\local\\temp\\1\\tmp7cuibgconda_skeleton_layered-yaml-attrdict-config\\pypi-distutils.patch']' returned non-zero exit
 status -1

conda create -n _pipbuild_ --yes python pip
Error: prefix already exists: C:\Anaconda\envs\_pipbuild_
C:\Anaconda\envs\_pipbuild_/bin/pip install layered-yaml-attrdict-config==14.06.7
Traceback (most recent call last):
  File "C:\Anaconda\Scripts\conda-pipbuild-script.py", line 4, in <module>
    sys.exit(main())
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 76, in main
    args.func(args, p)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 347, in execute
    build_package(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 300, in build_package
    directory, dependencies = make_recipe(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 244, in make_recipe
    depends = get_all_dependencies(package, version)
  File "C:\Anaconda\lib\site-packages\conda_build\main_pipbuild.py", line 214, in get_all_dependencies
    ret = subprocess.Popen(cmd2.split()).wait()
  File "C:\Anaconda\lib\subprocess.py", line 710, in __init__
    errread, errwrite)
  File "C:\Anaconda\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

所以它可能在 Solving package specifications: .69 unparsed bytes left at the end of stream 处发现了包的某种问题。然后它做了这个显然失败的补丁。然后它尝试执行 pip install 并且在 pipbuild 环境中再次找不到 bin/pip 目录。

它应该在 C:\Anaconda\envs\_pipbuild_\Scripts\pip.exe 中寻找 pip 吗?因为那确实存在。

如果这是一个错误,请在此处报告它:https://github.com/conda/conda-build/issues .我会等待反馈后再做更多。

任何帮助都会很棒!

最佳答案

我在尝试使用“conda pipbuild package-name”构建 PyPI 包时遇到了类似的问题,但我无法让它在 Windows 7 (x64) 上运行。我发现的一种有用的解决方法(如果您想将带有“conda install package-name”的软件包安装到特定的 conda 环境中)如下:

  • 使用“pip install package-name”安装 PyPI 包
  • 使用“binstar upload %conda_install_path%/pkgs/package-name-ver-py27.tar.bz2”将包上传到您的 binstar 帐户
  • 使用“conda install -c https://conda.binstar.org/user-name package-name -p %path-to-conda-env%”将包安装到特定的 conda env 中

关于python - Anaconda Python Conda pipbuild 因 WindowsError 找不到文件而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24335854/

相关文章:

python - pip:证书失败,但 curl 有效

Python Shapely 安装不工作?

python - 在 Anaconda 安装后运行 pyinstaller 导致 ImportError : no Module named 'pefile'

python - 为什么 Python 创建的 MD5 散列与 shell 中使用 echo 和 md5sum 创建的散列不同?

基于 Python Web 的机器人

python - 重命名plotly 3d悬停文本中的轴

linux - Anaconda Navigator 无法在 Linux Mint 上启动

python - 正则表达式在python中设置组长度

python - 额外的 python 库无法在 macOS 上运行

python - 当我将 pip --version 输入终端时,出现此错误 : "The ' pip==9. 0. 1' distribution was not found and is required by the application"