refactor(setup.py): refactor build system #831
Annotations
2 errors
Build wheels
Command ['sh', '-c', ' SITE_PACKAGES="$(python -c \'print(__import__("sysconfig").get_path("purelib"))\')"\n TORCH_LIB_PATH="${SITE_PACKAGES}/torch/lib"\n echo "LD_LIBRARY_PATH=\'${LD_LIBRARY_PATH}\'"\n echo "ls ${TORCH_LIB_PATH}"; ls -lh "${TORCH_LIB_PATH}"\n find "${SITE_PACKAGES}/torchopt" -name "*.so" -print0 |\n xargs -0 -I \'{}\' bash -c "echo \'ldd {}\'; ldd \'{}\'; echo \'patchelf --print-rpath {}\'; patchelf --print-rpath \'{}\'"\n make -C "/project" test || exit 1\n TORCH_VERSION="$(python -c \'print(__import__("torch").__version__.partition("+")[0])\')"\n if [[ -f .first-python ]]; then\n TEST_TORCH_SPECS="${TEST_TORCH_SPECS:-"${DEFAULT_TEST_TORCH_SPECS}"}"\n for spec in ${TEST_TORCH_SPECS}; do\n python -m pip uninstall -y torch\n export PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/${spec}"\n echo "PIP_EXTRA_INDEX_URL=\'${PIP_EXTRA_INDEX_URL}\'"\n python -m pip install "torch==${TORCH_VERSION}"\n echo "ls ${TORCH_LIB_PATH}"; ls -lh "${TORCH_LIB_PATH}"\n find "${SITE_PACKAGES}/torchopt" -name "*.so" -print0 |\n xargs -0 -I \'{}\' bash -c "echo \'ldd {}\'; ldd \'{}\'; echo \'patchelf --print-rpath {}\'; patchelf --print-rpath \'{}\'"\n make -C "/project" test || exit 1\n done\n rm -f .first-python\n fi\n rm -rf ~/.pip/cache ~/.cache/pip\n'] failed with code 1.
|
Build wheels
Process completed with exit code 1.
|
Loading