Hosted by
ColibriTD
qsimcirq==0.9.2
├─▶ The build backend returned an error
╰─▶ Call to setuptools.build_meta:__legacy__.build_wheel
failed (exit status: 1)
[stdout]
running bdist_wheel
running build
running build_py
copying qsimcirq/qsim_circuit.py -> build/lib.macosx-11.1-arm64-cpython-312/qsimcirq
copying qsimcirq/init.py -> build/lib.macosx-11.1-arm64-cpython-312/qsimcirq
copying qsimcirq/qsimh_simulator.py -> build/lib.macosx-11.1-arm64-cpython-312/qsimcirq
copying qsimcirq/qsim_simulator.py -> build/lib.macosx-11.1-arm64-cpython-312/qsimcirq
copying qsimcirq/py.typed -> build/lib.macosx-11.1-arm64-cpython-312/qsimcirq
running build_ext
-- Found PythonInterp: /Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/bin/python (found version "3.12.4")
-- Found PythonLibs: /opt/anaconda3/lib/libpython3.12.dylib
-- Configuring incomplete, errors occurred!
[stderr]
CMake Warning (dev) at /opt/homebrew/share/cmake/Modules/FetchContent.cmake:1953 (message):
Calling FetchContent_Populate(pybind11) is deprecated, call
FetchContent_MakeAvailable(pybind11) instead. Policy CMP0169 can be set to
OLD to allow FetchContent_Populate(pybind11) to be called directly for now,
but the ability to call it with declared details will be removed completely
in a future version.
Call Stack (most recent call first):
CMakeLists.txt:15 (FetchContent_Populate)
This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/CMakeLists.txt:8
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Deprecation Warning at build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/tools/pybind11Tools.cmake:8
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/CMakeLists.txt:33 (include)
CMake Warning (dev) at build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/tools/FindPythonLibsNew.cmake:60
(find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/tools/pybind11Tools.cmake:16 (find_package)
build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/CMakeLists.txt:33 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/tools/pybind11Tools.cmake:32 (message):
Unsupported compiler -- pybind11 requires C++11 support!
Call Stack (most recent call first):
build/temp.macosx-11.1-arm64-cpython-312/_deps/pybind11-src/CMakeLists.txt:33 (include)
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/build_meta.py", line
435, in build_wheel
return _build(['bdist_wheel'])
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/build_meta.py", line
426, in _build
return self._build_with_temp_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/build_meta.py", line
407, in _build_with_temp_dir
self.run_setup()
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/build_meta.py", line
522, in run_setup
super().run_setup(setup_script=setup_script)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/build_meta.py", line
320, in run_setup
exec(code, locals())
File "<string>", line 79, in <module>
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/__init__.py", line
117, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/core.py",
line 186, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/core.py",
line 202, in run_commands
dist.run_commands()
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 983, in run_commands
self.run_command(cmd)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/dist.py", line 999,
in run_command
super().run_command(command)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 1002, in run_command
cmd_obj.run()
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py",
line 369, in run
self.run_command("build")
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/cmd.py",
line 339, in run_command
self.distribution.run_command(command)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/dist.py", line 999,
in run_command
super().run_command(command)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 1002, in run_command
cmd_obj.run()
File
"/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/command/build.py",
line 136, in run
self.run_command(cmd_name)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/cmd.py",
line 339, in run_command
self.distribution.run_command(command)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/dist.py", line 999,
in run_command
super().run_command(command)
File "/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 1002, in run_command
cmd_obj.run()
File "<string>", line 36, in run
File "<string>", line 64, in build_extension
File "/opt/anaconda3/lib/python3.12/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake',
'/Users/pawandeep/.cache/uv/sdists-v8/pypi/qsimcirq/0.9.2/C2_s0vAHpIgPVMj9IPx1R/src',
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/pawandeep/.cache/uv/sdists-v8/pypi/qsimcirq/0.9.2/C2_s0vAHpIgPVMj9IPx1R/src/build/lib.macosx-11.1-arm64-cpython-312/qsimcirq',
'-DPYTHON_EXECUTABLE=/Users/pawandeep/.cache/uv/builds-v0/.tmp4IjbN5/bin/python', '-DCMAKE_BUILD_TYPE=Release']'
returned non-zero exit status 1.
hint: This usually indicates a problem with the package or the build environment.
qsimcirq
(v0.9.2) was included because submission
(v0.1.0) depends on mpqp
(v0.3.1) which depends on
qsimcirq
Use case updated
Use case data downloaded
Failed to install packages ERROR Whoops! Failed to pip install aqora-cli[venv] use-case-agjn3rstdb4cborllbflhtcysu colibritd-pde: Command failed with status: 1 (This isn't your fault)