gpt4 book ai didi

Python scikit-image 拉取请求 Travis CI Python 2.7 构建失败

转载 作者:行者123 更新时间:2023-12-01 04:17:52 25 4
gpt4 key购买 nike

我正在尝试提交pull request ,但是特拉维斯build在 python 2.7 下失败:

Install optional dependencies +[[ 2.7 != 3.2* ]]
+pip install --retries 3 -q -r ./optional_requirements.txt --no-index -- trusted-host travis-wheels.scikit-image.org --find-links=http://travis-wheels.scikit-image.org/
+[[ 2.7 == 2.7* ]]
+LIBS=(PyQt4 sip.so)
+VAR=($(which -a python$PY))
++which -a python2.7
+GET_PYTHON_LIB_CMD='from distutils.sysconfig import get_python_lib; print (get_python_lib())'
++python -c 'from distutils.sysconfig import get_python_lib; print (get_python_lib())'
+LIB_VIRTUALENV_PATH=/home/travis/venv/lib/python2.7/site-packages
++/usr/bin/python2.7 -c 'from distutils.sysconfig import get_python_lib; print (get_python_lib())'
+LIB_SYSTEM_PATH=/usr/lib/python2.7/dist-packages
+for LIB in '${LIBS[@]}'
+ln -sf /usr/lib/python2.7/dist-packages/PyQt4 /home/travis/venv/lib/python2.7/site-packages/PyQt4
+for LIB in '${LIBS[@]}'
+ln -sf /usr/lib/python2.7/dist-packages/sip.so /home/travis/venv/lib/python2.7/site-packages/sip.so
+[[ 2.7 == 2.* ]]
+pip install --retries 3 -q pyamg
Command "/home/travis/venv/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-RPE1oa/pyamg/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-VfR9HT-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/travis/venv/include/site/python2.7/pyamg" failed with error code 1 in /tmp/pip-build-RPE1oa/pyamg

我已经尝试了几乎所有方法,但仍然无法通过测试。

我将不胜感激任何有关代码或理解构建失败原因的帮助,因为我不知道为什么会发生这种情况。我什至尝试替换换行符,但没有帮助

最佳答案

这不是您的拉取请求的问题,而是此项目和 pyamg 的普遍问题。请参阅latest builds : 他们都因同样的问题而失败。

第一个failing build此错误发生于 19 天前。如您所见,install 脚本未指定 pyamg 的版本:

pip install --retries 3 -q pyamg

pyamg 包的版本 was bumped从 2.2.x 到 2.3.x 26 天前以及从 2.x 到 3.x 14 天前

关于Python scikit-image 拉取请求 Travis CI Python 2.7 构建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34103531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com