JeremyBYU / simplifyline

Simplify 2D and 3D Lines
https://jeremybyu.github.io/simplifyline/
MIT License
6 stars 1 forks source link

pip install fails on python3.12 #1

Open sharon92 opened 2 months ago

sharon92 commented 2 months ago

this is the error log for pip install simplifyline

Collecting simplifyline
  Using cached simplifyline-0.0.7.tar.gz (28 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy>=1.15.0 in c:\python312\lib\site-packages (from simplifyline) (1.26.2)
Building wheels for collected packages: simplifyline
  Building wheel for simplifyline (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for simplifyline (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [197 lines of output]
      The version is 0.0.7
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-312
      creating build\lib.win-amd64-cpython-312\simplifyline
      copying src\Python\simplifyline\helper.py -> build\lib.win-amd64-cpython-312\simplifyline
      copying src\Python\simplifyline\__init__.py -> build\lib.win-amd64-cpython-312\simplifyline
      running egg_info
      writing src/Python\simplifyline.egg-info\PKG-INFO
      writing dependency_links to src/Python\simplifyline.egg-info\dependency_links.txt
      writing requirements to src/Python\simplifyline.egg-info\requires.txt
      writing top-level names to src/Python\simplifyline.egg-info\top_level.txt
      reading manifest file 'src/Python\simplifyline.egg-info\SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file 'src/Python\simplifyline.egg-info\SOURCES.txt'
      running build_ext
      -- Building for: Visual Studio 16 2019
      -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.22631.
      -- The CXX compiler identification is MSVC 19.27.29112.0
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- pybind11 v2.6.1
      -- Found PythonInterp: C:/Python312/python.exe (found version "3.12")
      -- Found PythonLibs: C:/Python312/libs/python312.lib
      -- Performing Test HAS_MSVC_GL_LTCG
      -- Performing Test HAS_MSVC_GL_LTCG - Success
      Version is 0.0.7
      -- Configuring release build
      -- Found OpenMP_CXX: -openmp (found version "2.0")
      -- Found OpenMP: TRUE (found version "2.0")
      -- Using Python executable: C:/Python312/python.exe
      -- Using Python version: 3.12
      -- Using Python version major: 3
      -- PYPI_PACKAGE_NAME: simplifyline
      -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
      -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
      -- Looking for pthread_create in pthreads
      -- Looking for pthread_create in pthreads - not found
      -- Looking for pthread_create in pthread
      -- Looking for pthread_create in pthread - not found
      -- Found Threads: TRUE
      -- Configuring done
      -- Generating done
      -- Build files have been written to: C:/Temp/pip-install-tt8amepc/simplifyline_5bb42c5ba10749378459e007bb54f5b8/build/temp.win-amd64-cpython-312/Release
      Microsoft (R)-Build-Engine, Version 16.7.0+b89cb5fde f\x81r .NET Framework
      Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: Das Zwischenverzeichnis oder das Ausgabeverzeichnis darf nicht im tempor„ren Verzeichnis enthalten sein, da dies zu Problemen mit dem inkrementellen Build f\x81hren kann. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\ZERO_CHECK.vcxproj]
        Checking Build System
      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: Das Zwischenverzeichnis oder das Ausgabeverzeichnis darf nicht im tempor„ren Verzeichnis enthalten sein, da dies zu Problemen mit dem inkrementellen Build f\x81hren kann. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\SimplifyLine\SimplifyLine.vcxproj]
        Building Custom Rule C:/Temp/pip-install-tt8amepc/simplifyline_5bb42c5ba10749378459e007bb54f5b8/src/SimplifyLine/CMakeLists.txt
      cl : befehlszeile warning D9002: Unbekannte Option "-O3" wird ignoriert. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\SimplifyLine\SimplifyLine.vcxproj]
        SimplifyLine.cpp
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\src\SimplifyLine\SimplifyLine.cpp(297,1): warning C4127: Bedingter Ausdruck ist konstant [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\SimplifyLine\SimplifyLine.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\src\SimplifyLine\SimplifyLine.cpp(108): message : Siehe Verweis auf die gerade kompilierte Instanziierung "SimplifyLine::Matrix<double> SimplifyLine::DouglasPeucker<T,2>(const SimplifyLine::Matrix<T> &,T)" der Funktions-Vorlage. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\SimplifyLine\SimplifyLine.vcxproj]
                with
                [
                    T=double
                ]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\src\SimplifyLine\SimplifyLine.cpp(325): message : Siehe Verweis auf die gerade kompilierte Instanziierung "SimplifyLine::Matrix<double> SimplifyLine::SimplifyLine<double,2>(const SimplifyLine::Matrix<double> &,double,bool)" der Funktions-Vorlage. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\SimplifyLine\SimplifyLine.vcxproj]
        SPLConfig.cpp
        Code wird generiert...
        SimplifyLine.vcxproj -> C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\lib\Release\SimplifyLine.lib
      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: Das Zwischenverzeichnis oder das Ausgabeverzeichnis darf nicht im tempor„ren Verzeichnis enthalten sein, da dies zu Problemen mit dem inkrementellen Build f\x81hren kann. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
        Building Custom Rule C:/Temp/pip-install-tt8amepc/simplifyline_5bb42c5ba10749378459e007bb54f5b8/src/Python/CMakeLists.txt
        docstring.cpp
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(446,36): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(448,29): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(449,26): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2218,49): error C2039: "frame" ist kein Member von "_ts". [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\cpython/pystate.h(115): message : Siehe Deklaration von "_ts" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2219,8): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2220,1): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,18): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,30): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2222,33): error C2660: "PyDict_GetItem": Funktion akzeptiert keine 1 Argumente [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\dictobject.h(22,24): message : Siehe Deklaration von "PyDict_GetItem" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\src\Python\simplifyline_pybind\docstring\docstring.cpp(172,23): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\src\Python\simplifyline_pybind\docstring\docstring.cpp(206,23): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
        simplifyline_pybind.cpp
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(446,36): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(448,29): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(449,26): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2218,49): error C2039: "frame" ist kein Member von "_ts". [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\cpython/pystate.h(115): message : Siehe Deklaration von "_ts" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2219,8): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2220,1): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,18): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,30): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2222,33): error C2660: "PyDict_GetItem": Funktion akzeptiert keine 1 Argumente [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\dictobject.h(22,24): message : Siehe Deklaration von "PyDict_GetItem" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
        bind_types.cpp
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(446,36): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(448,29): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\cast.h(449,26): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2218,49): error C2039: "frame" ist kein Member von "_ts". [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\cpython/pystate.h(115): message : Siehe Deklaration von "_ts" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2219,8): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2220,1): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,18): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2223,30): error C2027: Verwendung des undefinierten Typs "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\pytypedefs.h(22): message : Siehe Deklaration von "_frame" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\_deps\extern_pybind11-src\include\pybind11\pybind11.h(2222,33): error C2660: "PyDict_GetItem": Funktion akzeptiert keine 1 Argumente [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      C:\Python312\include\dictobject.h(22,24): message : Siehe Deklaration von "PyDict_GetItem" [C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\temp.win-amd64-cpython-312\Release\src\Python\simplifyline_pybind.vcxproj]
      Release
      C:\Temp\pip-install-tt8amepc\simplifyline_5bb42c5ba10749378459e007bb54f5b8\build\lib.win-amd64-cpython-312\
      C:\Python312\python.exe
      None
      1
      Traceback (most recent call last):
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
          main()
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 251, in build_wheel
          return _build_backend().build_wheel(wheel_directory, config_settings,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\build_meta.py", line 410, in build_wheel
          return self._build_with_temp_dir(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\build_meta.py", line 395, in _build_with_temp_dir
          self.run_setup()
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
          super().run_setup(setup_script=setup_script)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
          exec(code, locals())
        File "<string>", line 136, in <module>
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\__init__.py", line 104, in setup
          return distutils.core.setup(**attrs)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 184, in setup
          return run_commands(dist)
                 ^^^^^^^^^^^^^^^^^^
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 200, in run_commands
          dist.run_commands()
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands
          self.run_command(cmd)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\dist.py", line 967, in run_command
          super().run_command(command)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
          cmd_obj.run()
        File "C:\Temp\pip-build-env-skj7zvfs\normal\Lib\site-packages\wheel\bdist_wheel.py", line 368, in run
          self.run_command("build")
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 316, in run_command
          self.distribution.run_command(command)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\dist.py", line 967, in run_command
          super().run_command(command)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
          cmd_obj.run()
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\command\build.py", line 132, in run
          self.run_command(cmd_name)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 316, in run_command
          self.distribution.run_command(command)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\dist.py", line 967, in run_command
          super().run_command(command)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
          cmd_obj.run()
        File "<string>", line 53, in run
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\command\build_ext.py", line 91, in run
          _build_ext.run(self)
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\command\build_ext.py", line 359, in run
          self.build_extensions()
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\command\build_ext.py", line 479, in build_extensions
          self._build_extensions_serial()
        File "C:\Temp\pip-build-env-skj7zvfs\overlay\Lib\site-packages\setuptools\_distutils\command\build_ext.py", line 505, in _build_extensions_serial
          self.build_extension(ext)
        File "<string>", line 131, in build_extension
        File "C:\Python312\Lib\subprocess.py", line 413, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'python-package', '--config', 'Release', '-j1']' 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 simplifyline
Failed to build simplifyline
ERROR: Could not build wheels for simplifyline, which is required to install pyproject.toml-based projects
jamescarruthers commented 2 weeks ago

I have the same issue

Collecting simplifyline Using cached simplifyline-0.0.7.tar.gz (28 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: numpy>=1.15.0 in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (from simplifyline) (2.0.0) Building wheels for collected packages: simplifyline Building wheel for simplifyline (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for simplifyline (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [153 lines of output] The version is 0.0.7 running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.9-universal2-cpython-312 creating build/lib.macosx-10.9-universal2-cpython-312/simplifyline copying src/Python/simplifyline/init.py -> build/lib.macosx-10.9-universal2-cpython-312/simplifyline copying src/Python/simplifyline/helper.py -> build/lib.macosx-10.9-universal2-cpython-312/simplifyline running egg_info writing src/Python/simplifyline.egg-info/PKG-INFO writing dependency_links to src/Python/simplifyline.egg-info/dependency_links.txt writing requirements to src/Python/simplifyline.egg-info/requires.txt writing top-level names to src/Python/simplifyline.egg-info/top_level.txt reading manifest file 'src/Python/simplifyline.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/Python/simplifyline.egg-info/SOURCES.txt' running build_ext -- The CXX compiler identification is AppleClang 15.0.0.15000309 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at build/temp.macosx-10.9-universal2-cpython-312/_deps/extern_pybind11-src/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.

  -- pybind11 v2.6.1
  CMake Warning (dev) at build/temp.macosx-10.9-universal2-cpython-312/_deps/extern_pybind11-src/tools/FindPythonLibsNew.cmake:96 (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-10.9-universal2-cpython-312/_deps/extern_pybind11-src/tools/pybind11Tools.cmake:38 (find_package)
    build/temp.macosx-10.9-universal2-cpython-312/_deps/extern_pybind11-src/tools/pybind11Common.cmake:201 (include)
    build/temp.macosx-10.9-universal2-cpython-312/_deps/extern_pybind11-src/CMakeLists.txt:169 (include)
  This warning is for project developers.  Use -Wno-dev to suppress it.

  -- Found PythonInterp: /usr/local/bin/python3 (found version "3.12.4")
  -- Found PythonLibs: /Library/Frameworks/Python.framework/Versions/3.12/lib/libpython3.12.dylib
  -- Performing Test HAS_FLTO
  -- Performing Test HAS_FLTO - Success
  -- Performing Test HAS_FLTO_THIN
  -- Performing Test HAS_FLTO_THIN - Success
  Version is 0.0.7
  -- Configuring release build
  -- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
  -- Could NOT find OpenMP (missing: OpenMP_CXX_FOUND)
  -- Using Python executable: /usr/local/bin/python3
  -- Using Python version: 3.12
  -- Using Python version major: 3
  -- PYPI_PACKAGE_NAME: simplifyline
  CMake Deprecation Warning at build/temp.macosx-10.9-universal2-cpython-312/_deps/extern_doctest-src/CMakeLists.txt:1 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.

  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  -- Found Threads: TRUE
  -- Configuring done (6.1s)
  CMake Error at src/SimplifyLine/CMakeLists.txt:60 (target_link_libraries):
    Target "SimplifyLine" links to:

      OpenMP::OpenMP_CXX

    but the target was not found.  Possible reasons include:

      * There is a typo in the target name.
      * A find_package call is missing for an IMPORTED target.
      * An ALIAS target is missing.

  -- Generating done (0.0s)
  CMake Generate step failed.  Build files cannot be regenerated correctly.
  Release
  /private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-install-3w2b09pn/simplifyline_8fa8f8c3425848d39913f198af16a01a/build/lib.macosx-10.9-universal2-cpython-312/
  /usr/local/bin/python3
  None
  1
  Traceback (most recent call last):
    File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
      main()
    File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
      return _build_backend().build_wheel(wheel_directory, config_settings,
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 415, in build_wheel
      return self._build_with_temp_dir(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 397, in _build_with_temp_dir
      self.run_setup()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 497, in run_setup
      super().run_setup(setup_script=setup_script)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 313, in run_setup
      exec(code, locals())
    File "<string>", line 136, in <module>
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup
      return distutils.core.setup(**attrs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 184, in setup
      return run_commands(dist)
             ^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 200, in run_commands
      dist.run_commands()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 970, in run_commands
      self.run_command(cmd)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 974, in run_command
      super().run_command(command)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 989, in run_command
      cmd_obj.run()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py", line 373, in run
      self.run_command("build")
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
      self.distribution.run_command(command)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 974, in run_command
      super().run_command(command)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 989, in run_command
      cmd_obj.run()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
      self.distribution.run_command(command)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 974, in run_command
      super().run_command(command)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 989, in run_command
      cmd_obj.run()
    File "<string>", line 53, in run
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/command/build_ext.py", line 93, in run
      _build_ext.run(self)
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
      self.build_extensions()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 479, in build_extensions
      self._build_extensions_serial()
    File "/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-build-env-gd0dz_mk/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 505, in _build_extensions_serial
      self.build_extension(ext)
    File "<string>", line 128, in build_extension
    File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 413, in check_call
      raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['cmake', '/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-install-3w2b09pn/simplifyline_8fa8f8c3425848d39913f198af16a01a', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/private/var/folders/vk/cdq86bws31v9sfd5jc77md0h0000gn/T/pip-install-3w2b09pn/simplifyline_8fa8f8c3425848d39913f198af16a01a/build/lib.macosx-10.9-universal2-cpython-312/', '-DPYTHON_EXECUTABLE=/usr/local/bin/python3', '-DCMAKE_BUILD_TYPE=Release']' 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 simplifyline Failed to build simplifyline ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (simplifyline)