Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pip install llama-cpp-python
- Collecting llama-cpp-python
- Using cached llama_cpp_python-0.1.63.tar.gz (1.5 MB)
- Installing build dependencies ... error
- error: subprocess-exited-with-error
- × pip subprocess to install build dependencies did not run successfully.
- │ exit code: 1
- ╰─> [634 lines of output]
- Collecting setuptools>=42 Using cached setuptools-67.8.0-py3-none-any.whl (1.1 MB) Collecting scikit-build>=0.13
- Using cached scikit_build-0.17.6-py3-none-any.whl (84 kB)
- Collecting cmake>=3.18 Using cached cmake-3.26.4.tar.gz (35 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done'
- Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting ninja
- Using cached ninja-1.11.1.tar.gz (27 kB) Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting distro (from scikit-build>=0.13)
- Using cached distro-1.8.0-py3-none-any.whl (20 kB)
- Collecting packaging (from scikit-build>=0.13) Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting wheel>=0.32.0 (from scikit-build>=0.13)
- Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
- Building wheels for collected packages: cmake, ninja
- Building wheel for cmake (pyproject.toml): started Building wheel for cmake (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for cmake (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [310 lines of output]
- --------------------------------------------------------------------------------
- -- Trying 'Ninja' generator --------------------------------
- ---------------------------
- ----------------------
- ----------------- ------------
- ------- --
- CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.Not searching for unused variables given on the command line.
- -- Configuring incomplete, errors occurred!
- --
- -------
- ------------
- -----------------
- ---------------------- --------------------------- -------------------------------- -- Trying 'Ninja' generator - failure
- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Trying 'Unix Makefiles' generator
- -------------------------------- --------------------------- ----------------------
- ----------------- ------------ ------- -- Not searching for unused variables given on the command line. -- The C compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is Clang 16.0.6
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
- -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (2.5s) -- Generating done (0.0s)
- -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_cmake_test_compile/build
- -- -------
- ------------ ----------------- ---------------------- --------------------------- --------------------------------
- -- Trying 'Unix Makefiles' generator - success -------------------------------------------------------------------------------- Configuring Project Working directory: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build
- Command:
- /data/data/com.termux/files/usr/bin/cmake /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77 -G 'Unix Makefiles' --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-install/src/cmake/data -DPYTHON_VERSION_STRING:STRING=3.11.4 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/resources/cmake -DPYTHON_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPYTHON_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPYTHON_LIBRARY:PATH=/data/data/com.termux/files/usr/lib/libpython3.11.so -DPython_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython_FIND_REGISTRY:STRING=NEVER -DPython_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPython3_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython3_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython3_FIND_REGISTRY:STRING=NEVER -DPython3_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DCMAKE_BUILD_TYPE:STRING=Release
- Not searching for unused variables given on the command line. -- The CXX compiler identification is Clang 16.0.6 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done -- *************************************************** -- Build CMake from source: ON
- -- *************************************************** CMake Warning (dev) at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command)
- CMakeLists.txt:138 (ExternalProject_add)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- SuperBuild - CMakeProject-src-download
- -- SuperBuild - CMakeProject-src-download - URL: https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.tar.gz
- -- SuperBuild - CMakeProject-src-download - CMakeProject_SOURCE_DIR: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/CMake-src -- Looking for __GLIBC__
- -- Looking for __GLIBC__ - not found
- -- Looking for __GLIBC_MINOR__ -- Looking for __GLIBC_MINOR__ - not found -- SuperBuild - CMakeProject-build
- -- SuperBuild - CMakeProject-build - CMakeProject_BINARY_DIR: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build
- -- SuperBuild - CMakePythonDistributions
- -- Configuring done (2.6s) -- Generating done (0.0s)
- -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build
- [ 4%] Creating directories for 'CMakeProject-src-download'
- [ 8%] Performing download step (download, verify and extract) for 'CMakeProject-src-download'
- -- Downloading... dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz'
- timeout='none'
- inactivity timeout='none'
- -- Using src='https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.tar.gz'
- -- [download 0% complete]
- -- [download 1% complete]
- -- [download 2% complete]
- -- [download 3% complete]
- -- [download 4% complete]
- -- [download 5% complete]
- -- [download 6% complete]
- -- [download 7% complete]
- -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 13% complete]
- -- [download 14% complete]
- -- [download 15% complete]
- -- [download 16% complete]
- -- [download 17% complete]
- -- [download 18% complete]
- -- [download 19% complete]
- -- [download 20% complete]
- -- [download 21% complete]
- -- [download 22% complete]
- -- [download 23% complete]
- -- [download 24% complete] -- [download 30% complete]
- -- [download 31% complete]
- -- [download 32% complete]
- -- [download 33% complete]
- -- [download 34% complete] -- [download 35% complete]
- -- [download 36% complete]
- -- [download 37% complete]
- -- [download 38% complete]
- -- [download 39% complete]
- -- [download 40% complete]
- -- [download 41% complete]
- -- [download 42% complete]
- -- [download 43% complete]
- -- [download 44% complete] -- [download 45% complete]
- -- [download 46% complete] -- [download 47% complete]
- -- [download 48% complete]
- -- [download 49% complete]
- -- [download 50% complete] -- [download 51% complete]
- -- [download 52% complete]
- -- [download 60% complete]
- -- [download 61% complete] -- [download 62% complete]
- -- [download 63% complete]
- -- [download 64% complete]
- -- [download 65% complete] -- [download 66% complete]
- -- [download 67% complete]
- -- [download 68% complete]
- -- [download 69% complete]
- -- [download 71% complete]
- -- [download 73% complete] -- [download 74% complete] -- [download 75% complete]
- -- [download 76% complete]
- -- [download 77% complete]
- -- [download 78% complete]
- -- [download 79% complete]
- -- [download 80% complete]
- -- [download 81% complete]
- -- [download 82% complete]
- -- [download 83% complete]
- -- [download 84% complete] -- [download 85% complete]
- -- [download 86% complete]
- -- [download 87% complete]
- -- [download 88% complete]
- -- [download 89% complete] -- [download 90% complete] -- [download 91% complete]
- -- [download 92% complete]
- -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz' -- Downloading... done -- extracting... src='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz' dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/CMake-src' -- extracting... [tar xfz]
- -- extracting... [analysis]
- -- extracting... [rename] -- extracting... [clean up]
- -- extracting... done [ 12%] No update step for 'CMakeProject-src-download' [ 16%] No patch step for 'CMakeProject-src-download'
- [ 20%] No configure step for 'CMakeProject-src-download' [ 24%] No build step for 'CMakeProject-src-download'
- [ 28%] No install step for 'CMakeProject-src-download'
- [ 32%] Completed 'CMakeProject-src-download'
- [ 32%] Built target CMakeProject-src-download [ 36%] Creating directories for 'CMakeProject-build'
- [ 40%] No download step for 'CMakeProject-build' [ 44%] No update step for 'CMakeProject-build'
- [ 48%] No patch step for 'CMakeProject-build'
- [ 52%] Performing configure step for 'CMakeProject-build'
- loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/initial-cache.txt loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build-prefix/tmp/CMakeProject-build-cache-Release.cmake -- The C compiler identification is Clang 16.0.6
- -- The CXX compiler identification is Clang 16.0.6
- -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed
- -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - broken CMake Error at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/CMakeTestCCompiler.cmake:67 (message):
- The C compiler
- "/data/data/com.termux/files/usr/bin/cc"
- is not able to compile a simple test program.
- It fails with the following output:
- Change Dir: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m
- Run Build Command(s):/data/data/com.termux/files/usr/bin/cmake -E env VERBOSE=1 /data/data/com.termux/files/usr/bin/make -f Makefile cmTC_8ee82/fast && make[3]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_8ee82.dir/build.make CMakeFiles/cmTC_8ee82.dir/build make[4]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m' Building C object CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o /data/data/com.termux/files/usr/bin/cc -D_POSIX_C_SOURCE=199506L -D_POSIX_SOURCE=1 -D_SVID_SOURCE=1 -D_BSD_SOURCE=1 -O2 -g -DNDEBUG -MD -MT CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -MF CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o.d -o CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m/testCCompiler.c Linking C executable cmTC_8ee82
- /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ee82.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -D_POSIX_C_SOURCE=199506L -D_POSIX_SOURCE=1 -D_SVID_SOURCE=1 -D_BSD_SOURCE=1 -O2 -g -DNDEBUG -lstdc++ -lgcc -lrt CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -o cmTC_8ee82 ld.lld: error: unable to find library -lgcc clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
- make[4]: *** [CMakeFiles/cmTC_8ee82.dir/build.make:100: cmTC_8ee82] Error 1 make[4]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m' make[3]: *** [Makefile:127: cmTC_8ee82/fast] Error 2
- make[3]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'
- CMake will not be able to correctly generate this project.
- Call Stack (most recent call first): CMakeLists.txt:8 (project)
- -- Configuring incomplete, errors occurred!
- make[2]: *** [CMakeFiles/CMakeProject-build.dir/build.make:94: CMakeProject-build-prefix/src/CMakeProject-build-stamp/CMakeProject-build-configure] Error 1
- make[1]: *** [CMakeFiles/Makefile2:113: CMakeFiles/CMakeProject-build.dir/all] Error 2
- make: *** [Makefile:136: all] Error 2 Traceback (most recent call last): File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 674, in setup cmkr.make(make_args, install_target=cmake_install_target, env=env) File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 697, in make
- self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
- File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 742, in make_impl
- raise SKBuildError(msg)
- =============================DEBUG ASSISTANCE============================= If you are seeing a compilation error please try the following steps to successfully install cmake:
- 1) Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip 2) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in order to retrieve the last manylinux1 compatible wheel.
- 3) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your requirements in order to retrieve the last manylinux1 compatible wheel. 4) Open an issue with the debug information that follows at https://github.com/scikit-build/cmake-python-distributions/issues
- Python: 3.11.4 platform: Linux-4.19.157-perf+-aarch64-with-libc machine: aarch64 bits: 64 pip: n/a setuptools: 67.8.0 scikit-build: 0.17.6
- PEP517_BUILD_BACKEND=setuptools.build_meta =============================DEBUG ASSISTANCE============================= An error occurred while building with CMake. Command:
- /data/data/com.termux/files/usr/bin/cmake --build . --target install --config Release --
- Install target: install Source directory: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77 Working directory: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build Please check the install target is valid and see CMake's output for more information. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cmake Building wheel for ninja (pyproject.toml): started Building wheel for ninja (pyproject.toml): still running... Building wheel for ninja (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for ninja (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [272 lines of output]
- -------------------------------------------------------------------------------- -- Trying 'Ninja' generator -------------------------------- ---------------------------
- ---------------------- -----------------
- ------------ ------- -- CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.Not searching for unused variables given on the command line.
- -- Configuring incomplete, errors occurred!
- -- -------
- ------------ -----------------
- ---------------------- ---------------------------
- -------------------------------- -- Trying 'Ninja' generator - failure --------------------------------------------------------------------------------
- -------------------------------------------------------------------------------- -- Trying 'Unix Makefiles' generator --------------------------------
- --------------------------- ---------------------- ----------------- ------------ ------- -- Not searching for unused variables given on the command line. -- The C compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is Clang 16.0.6 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (2.7s)
- -- Generating done (0.0s) -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_cmake_test_compile/build -- -------
- ------------ -----------------
- ---------------------- --------------------------- -------------------------------- -- Trying 'Unix Makefiles' generator - success --------------------------------------------------------------------------------
- Configuring Project
- Working directory: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build Command:
- /data/data/com.termux/files/usr/bin/cmake /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df -G 'Unix Makefiles' --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-install -DPYTHON_VERSION_STRING:STRING=3.11.4 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/resources/cmake -DPYTHON_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPYTHON_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPYTHON_LIBRARY:PATH=/data/data/com.termux/files/usr/lib/libpython3.11.so -DPython_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython_FIND_REGISTRY:STRING=NEVER -DPython_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPython3_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython3_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython3_FIND_REGISTRY:STRING=NEVER -DPython3_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DCMAKE_BUILD_TYPE:STRING=Release
- Not searching for unused variables given on the command line.
- -- The C compiler identification is Clang 16.0.6
- -- The CXX compiler identification is Clang 16.0.6
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done
- -- ********************************************* -- Ninja Python Distribution
- -- -- BUILD_VERBOSE : OFF
- -- RUN_NINJA_TEST : ON
- -- -- ARCHIVE_DOWNLOAD_DIR : /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build --
- -- src_archive : unix_source -- <src_archive>_url : https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz
- -- <src_archive>_sha256 : 7ba84551f5b315b4270dc7c51adef5dff83a2154a3665a6c9744245c122dd0db
- -- *********************************************
- CMake Warning (dev) at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is not set. The policy's OLD behavior will be used. When using a URL download, the timestamps of extracted files should preferably be that of the time of extraction, otherwise code that depends on the extracted contents might not be rebuilt if the URL changes. The OLD behavior preserves the timestamps from the archive instead, but this is usually not what you want. Update your project to the NEW behavior or specify the DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this robustness issue.
- Call Stack (most recent call first): /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command)
- CMakeLists.txt:65 (ExternalProject_add) This warning is for project developers. Use -Wno-dev to suppress it.
- -- download_ninja_source - URL: https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz -- SuperBuild - CMAKE_BUILD_TYPE: Release
- -- Configuring done (2.6s) -- Generating done (0.0s)
- -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build
- [ 5%] Creating directories for 'download_ninja_source' [ 11%] Performing download step (download, verify and extract) for 'download_ninja_source'
- -- Downloading...
- dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz' timeout='none'
- inactivity timeout='none' -- Using src='https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'
- -- verifying file... file='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'
- -- Downloading... done
- -- extracting...
- src='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz' dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/Ninja-src' -- extracting... [tar xfz]
- -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up]
- -- extracting... done [ 17%] No update step for 'download_ninja_source'
- [ 23%] No patch step for 'download_ninja_source'
- [ 29%] No configure step for 'download_ninja_source'
- [ 35%] No build step for 'download_ninja_source'
- [ 41%] No install step for 'download_ninja_source'
- [ 47%] Completed 'download_ninja_source'
- [ 47%] Built target download_ninja_source [ 52%] Creating directories for 'build_ninja'
- [ 58%] No download step for 'build_ninja'
- [ 64%] No update step for 'build_ninja' [ 70%] No patch step for 'build_ninja' [ 76%] Performing configure step for 'build_ninja' loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/build_ninja-prefix/tmp/build_ninja-cache-Release.cmake
- -- The C compiler identification is Clang 16.0.6
- -- The CXX compiler identification is Clang 16.0.6
- -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped
- -- Detecting C compile features -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- IPO / LTO not supported: <Change Dir: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin
- Run Build Command(s):/data/data/com.termux/files/usr/bin/cmake -E env VERBOSE=1 /data/data/com.termux/files/usr/bin/make -f Makefile && make[3]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- /data/data/com.termux/files/usr/bin/cmake -S/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src -B/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin --check-build-system CMakeFiles/Makefile.cmake 0
- /data/data/com.termux/files/usr/bin/cmake -E cmake_progress_start /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin//CMakeFiles/progress.marks
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/Makefile2 all
- make[4]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/depend
- make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- cd /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin && /data/data/com.termux/files/usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/DependInfo.cmake
- make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/build make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- [ 25%] Building CXX object CMakeFiles/foo.dir/foo.cpp.o
- /data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -flto=thin -MD -MT CMakeFiles/foo.dir/foo.cpp.o -MF CMakeFiles/foo.dir/foo.cpp.o.d -o CMakeFiles/foo.dir/foo.cpp.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src/foo.cpp
- [ 50%] Linking CXX static library libfoo.a /data/data/com.termux/files/usr/bin/cmake -P CMakeFiles/foo.dir/cmake_clean_target.cmake
- /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/foo.dir/link.txt --verbose=1
- "/data/data/com.termux/files/usr/bin/llvm-ar" cr libfoo.a CMakeFiles/foo.dir/foo.cpp.o
- "/data/data/com.termux/files/usr/bin/llvm-ranlib" libfoo.a
- make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- [ 50%] Built target foo
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/boo.dir/build.make CMakeFiles/boo.dir/depend make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- cd /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin && /data/data/com.termux/files/usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/boo.dir/DependInfo.cmake
- make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- /data/data/com.termux/files/usr/bin/make -f CMakeFiles/boo.dir/build.make CMakeFiles/boo.dir/build make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- [ 75%] Building CXX object CMakeFiles/boo.dir/main.cpp.o
- /data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -flto=thin -MD -MT CMakeFiles/boo.dir/main.cpp.o -MF CMakeFiles/boo.dir/main.cpp.o.d -o CMakeFiles/boo.dir/main.cpp.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src/main.cpp
- [100%] Linking CXX executable boo
- /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/boo.dir/link.txt --verbose=1
- /data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -flto=thin -fuse-ld=gold CMakeFiles/boo.dir/main.cpp.o -o boo libfoo.a
- clang-16: error: invalid linker name in argument '-fuse-ld=gold' clang-16: error: invalid linker name in argument '-fuse-ld=gold'
- make[5]: *** [CMakeFiles/boo.dir/build.make:101: boo] Error 1 make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin' make[4]: *** [CMakeFiles/Makefile2:114: CMakeFiles/boo.dir/all] Error 2
- make[4]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin' make[3]: *** [Makefile:94: all] Error 2 make[3]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
- >
- -- Performing Test flag_no_deprecated
- -- Performing Test flag_no_deprecated - Success
- -- Performing Test flag_color_diag
- -- Performing Test flag_color_diag - Success CMake Warning at CMakeLists.txt:49 (message):
- re2c was not found; changes to src/*.in.cc will not affect your build.
- -- Looking for fork -- Looking for fork - found
- -- Looking for pipe
- -- Looking for pipe - found -- Configuring done (7.4s) -- Generating done (0.1s) -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build [ 82%] Performing build step for 'build_ninja' [ 1%] Building CXX object CMakeFiles/libninja-re2c.dir/src/depfile_parser.cc.o [ 2%] Building CXX object CMakeFiles/libninja-re2c.dir/src/lexer.cc.o [ 2%] Built target libninja-re2c [ 4%] Building CXX object CMakeFiles/libninja.dir/src/build_log.cc.o [ 5%] Building CXX object CMakeFiles/libninja.dir/src/build.cc.o [ 7%] Building CXX object CMakeFiles/libninja.dir/src/clean.cc.o [ 8%] Building CXX object CMakeFiles/libninja.dir/src/clparser.cc.o [ 10%] Building CXX object CMakeFiles/libninja.dir/src/dyndep.cc.o
- [ 11%] Building CXX object CMakeFiles/libninja.dir/src/dyndep_parser.cc.o [ 13%] Building CXX object CMakeFiles/libninja.dir/src/debug_flags.cc.o [ 14%] Building CXX object CMakeFiles/libninja.dir/src/deps_log.cc.o
- [ 16%] Building CXX object CMakeFiles/libninja.dir/src/disk_interface.cc.o [ 17%] Building CXX object CMakeFiles/libninja.dir/src/edit_distance.cc.o
- [ 19%] Building CXX object CMakeFiles/libninja.dir/src/eval_env.cc.o [ 20%] Building CXX object CMakeFiles/libninja.dir/src/graph.cc.o
- [ 22%] Building CXX object CMakeFiles/libninja.dir/src/graphviz.cc.o
- [ 23%] Building CXX object CMakeFiles/libninja.dir/src/json.cc.o [ 25%] Building CXX object CMakeFiles/libninja.dir/src/line_printer.cc.o [ 26%] Building CXX object CMakeFiles/libninja.dir/src/manifest_parser.cc.o [ 28%] Building CXX object CMakeFiles/libninja.dir/src/metrics.cc.o [ 29%] Building CXX object CMakeFiles/libninja.dir/src/missing_deps.cc.o [ 31%] Building CXX object CMakeFiles/libninja.dir/src/parser.cc.o [ 32%] Building CXX object CMakeFiles/libninja.dir/src/state.cc.o [ 34%] Building CXX object CMakeFiles/libninja.dir/src/status.cc.o [ 35%] Building CXX object CMakeFiles/libninja.dir/src/string_piece_util.cc.o [ 37%] Building CXX object CMakeFiles/libninja.dir/src/tokenpool-gnu-make.cc.o
- [ 38%] Building CXX object CMakeFiles/libninja.dir/src/util.cc.o [ 40%] Building CXX object CMakeFiles/libninja.dir/src/version.cc.o
- [ 41%] Building CXX object CMakeFiles/libninja.dir/src/subprocess-posix.cc.o /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/Ninja-src/src/subprocess-posix.cc:26:10: fatal error: 'spawn.h' file not found #include <spawn.h> ^~~~~~~~~
- 1 error generated. make[5]: *** [CMakeFiles/libninja.dir/build.make:426: CMakeFiles/libninja.dir/src/subprocess-posix.cc.o] Error 1
- make[4]: *** [CMakeFiles/Makefile2:155: CMakeFiles/libninja.dir/all] Error 2
- make[3]: *** [Makefile:146: all] Error 2
- make[2]: *** [CMakeFiles/build_ninja.dir/build.make:87: build_ninja-prefix/src/build_ninja-stamp/build_ninja-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/build_ninja.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
- Traceback (most recent call last):
- File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 674, in setup cmkr.make(make_args, install_target=cmake_install_target, env=env) File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 697, in make
- self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
- File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 742, in make_impl
- raise SKBuildError(msg)
- An error occurred while building with CMake. Command:
- /data/data/com.termux/files/usr/bin/cmake --build . --target install --config Release --
- Install target:
- install
- Source directory:
- /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df
- Working directory:
- /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build
- Please check the install target is valid and see CMake's output for more information.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for ninja
- Failed to build cmake ninja
- ERROR: Could not build wheels for cmake, ninja, which is required to install pyproject.toml-based projects
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × pip subprocess to install build dependencies did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement