Changing matrix to operator_sum #10405
Annotations
1 error
Build wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && cudaq_major=$(echo ${CUDA_VERSION} | cut -d . -f1) && cudart_libsuffix=$([ \"$cuda_major\" == \"11\" ] && echo \"11.0\" || echo \"12\") && $python -m pip install --no-cache-dir auditwheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.$cudaq_major --exclude libcublasLt.so.$cudaq_major --exclude libcusolver.so.$cudaq_major --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.$cudart_libsuffix --exclude libnvidia-ml.so.1 --exclude libcuda.so.1" did not complete successfully: exit code: 1
|
Loading