You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subprocess.CalledProcessError: Command '['cmake', '/tmp/pip-install-cdpn30iy/kotki_506fb1022dd144d585d7dc544c80d080', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-install-cdpn30iy/kotki_506fb1022dd144d585d7dc544c80d080/build/lib.linux-x86_64-cpython-312/', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE', '-DCMAKE_INSTALL_RPATH=$ORIGIN', '-DCOMPILE_PYTHON=ON', '-DVENDORED_LIBS=ON', '-DRECONSTRUCT_GIT=ON', '-DSSPLIT_USE_INTERNAL_PCRE2=ON', '-DBUILD_ARCH=native', '-DEXAMPLE_VERSION_INFO=0.6.1']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kotki
Failed to build kotki
ERROR: Could not build wheels for kotki, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
Running:
dnf install cmake gcc g++ git pcre2-devel rapidjson-devel pkgconf-pkg-config pybind11-devel yaml-cpp-devel python3-devel python3-virtualenv openblas-devel protobuf-devel protobuf-compiler sqlite-devel ccache
and then:
pip install kotki -v
result in and error:
subprocess.CalledProcessError: Command '['cmake', '/tmp/pip-install-cdpn30iy/kotki_506fb1022dd144d585d7dc544c80d080', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-install-cdpn30iy/kotki_506fb1022dd144d585d7dc544c80d080/build/lib.linux-x86_64-cpython-312/', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE', '-DCMAKE_INSTALL_RPATH=$ORIGIN', '-DCOMPILE_PYTHON=ON', '-DVENDORED_LIBS=ON', '-DRECONSTRUCT_GIT=ON', '-DSSPLIT_USE_INTERNAL_PCRE2=ON', '-DBUILD_ARCH=native', '-DEXAMPLE_VERSION_INFO=0.6.1']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kotki
Failed to build kotki
ERROR: Could not build wheels for kotki, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: