Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collecting pye3d
- Using cached pye3d-0.1.1.tar.gz (56 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 wheel metadata: started
- Preparing wheel metadata: finished with status 'done'
- Requirement already satisfied: numpy in c:\users\xxx\venv3\lib\site-packages (from pye3d) (1.20.2)
- Collecting sortedcontainers
- Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
- Requirement already satisfied: scipy>=1.2.1 in c:\users\xxx\venv3\lib\site-packages (from pye3d) (1.6.2)
- Collecting joblib
- Using cached joblib-1.0.1-py3-none-any.whl (303 kB)
- Collecting scikit-learn==0.24.1
- Using cached scikit_learn-0.24.1-cp38-cp38-win32.whl (6.1 MB)
- Collecting threadpoolctl>=2.0.0
- Using cached threadpoolctl-2.2.0-py3-none-any.whl (12 kB)
- Building wheels for collected packages: pye3d
- Building wheel for pye3d (PEP 517): started
- Building wheel for pye3d (PEP 517): finished with status 'error'
- Failed to build pye3d
- ERROR: Command errored out with exit status 1:
- command: 'C:\Users\xxx\venv3\Scripts\python.exe' 'C:\Users\xxx\venv3\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' build_wheel 'C:\Users\xxx\AppData\Local\Temp\tmp52jgz6kf'
- cwd: C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a
- Complete output (157 lines):
- --------------------------------------------------------------------------------
- -- Trying "Ninja (Visual Studio 16 2019 Win32 v142)" generator
- --------------------------------
- ---------------------------
- ----------------------
- -----------------
- ------------
- -------
- --
- Not searching for unused variables given on the command line.
- -- The C compiler identification is GNU 8.1.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- The CXX compiler identification is GNU 8.1.0
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/c++.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_cmake_test_compile/build
- --
- -------
- ------------
- -----------------
- ----------------------
- ---------------------------
- --------------------------------
- -- Trying "Ninja (Visual Studio 16 2019 Win32 v142)" generator - success
- --------------------------------------------------------------------------------
- Configuring Project
- Working directory:
- C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a\_skbuild\win32-3.8\cmake-build
- Command:
- cmake 'C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a\pye3d\cpp' -G Ninja '-DCMAKE_INSTALL_PREFIX:PATH=C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a\_skbuild\win32-3.8\cmake-install\pye3d\cpp' '-DPYTHON_EXECUTABLE:FILEPATH=C:\Users\xxx\venv3\Scripts\python.exe' -DPYTHON_VERSION_STRING:STRING=3.8.3 '-DPYTHON_INCLUDE_DIR:PATH=C:\Program Files (x86)\Python38-32\Include' '-DPYTHON_LIBRARY:FILEPATH=C:\Program Files (x86)\Python38-32\libs\python38.lib' -DSKBUILD:INTERNAL=TRUE '-DCMAKE_MODULE_PATH:PATH=C:\Users\xxx\AppData\Local\Temp\pip-build-env-9c7sui4x\overlay\Lib\site-packages\skbuild\resources\cmake' -DCMAKE_BUILD_TYPE:STRING=Release
- -- The C compiler identification is GNU 8.1.0
- -- The CXX compiler identification is GNU 8.1.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe - 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: C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/c++.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found PythonInterp: C:/Users/xxx/venv3/Scripts/python.exe (found version "3.8.3")
- -- Found PythonLibs: C:/Program Files (x86)/Python38-32/libs/python38.lib (found version "3.8.3")
- -- Found Cython: C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Scripts/cython.exe
- -- Found NumPy: C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include (found version "1.21.1")
- -- OpenCV ARCH: x64
- -- OpenCV RUNTIME: mingw
- -- OpenCV STATIC: OFF
- -- Found OpenCV: C:/opencv (found version "4.5.3")
- -- Found OpenCV 4.5.3 in C:/opencv/x64/mingw/lib
- -- You might need to add C:\opencv\x64\mingw\bin to your PATH to be able to run your applications.
- -- Performing Test Weak Link MODULE -> SHARED (gnu_ld_ignore) - Failed
- -- Performing Test Weak Link MODULE -> SHARED (osx_dynamic_lookup) - Failed
- -- Performing Test Weak Link MODULE -> SHARED (no_flag) - Failed
- _modinit_prefix:PyInit_
- _modinit_prefix:PyInit_
- _modinit_prefix:PyInit_
- -- Configuring done
- -- Generating done
- CMake Warning:
- Manually-specified variables were not used by the project:
- SKBUILD
- -- Build files have been written to: C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build
- [1/10] Generating CXX source projections.cxx
- [2/10] Generating CXX source refraction_correction.cxx
- [3/10] Generating CXX source pupil_detection_3d.cxx
- [4/10] Building CXX object CMakeFiles/refraction_correction.dir/refraction_correction.cxx.obj
- FAILED: CMakeFiles/refraction_correction.dir/refraction_correction.cxx.obj
- C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\C__~1.EXE -Drefraction_correction_EXPORTS -IC:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/pye3d/cpp/. -IC:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include -I"C:/Program Files (x86)/Python38-32/Include" -isystem C:/eigen-3.3.9/eigen-3.3.9 -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/refraction_correction.dir/refraction_correction.cxx.obj -MF CMakeFiles\refraction_correction.dir\refraction_correction.cxx.obj.d -o CMakeFiles/refraction_correction.dir/refraction_correction.cxx.obj -c C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx:203:41: warning: division by zero [-Wdiv-by-zero]
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx:203:79: error: division by zero is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx:203:41: error: '(1 / 0)' is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx:203:79: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- In file included from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
- from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/refraction_correction.cxx:634:
- C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:77: note: #pragma message: C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
- "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION")
- ^
- [5/10] Building CXX object CMakeFiles/pupil_detection_3d.dir/pupil_detection_3d.cxx.obj
- FAILED: CMakeFiles/pupil_detection_3d.dir/pupil_detection_3d.cxx.obj
- C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\C__~1.EXE -Dpupil_detection_3d_EXPORTS -IC:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/pye3d/cpp/. -IC:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include -I"C:/Program Files (x86)/Python38-32/Include" -isystem C:/opencv/include -isystem C:/eigen-3.3.9/eigen-3.3.9 -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/pupil_detection_3d.dir/pupil_detection_3d.cxx.obj -MF CMakeFiles\pupil_detection_3d.dir\pupil_detection_3d.cxx.obj.d -o CMakeFiles/pupil_detection_3d.dir/pupil_detection_3d.cxx.obj -c C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx:203:41: warning: division by zero [-Wdiv-by-zero]
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx:203:79: error: division by zero is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx:203:41: error: '(1 / 0)' is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx:203:79: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- In file included from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
- from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/pupil_detection_3d.cxx:634:
- C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:77: note: #pragma message: C:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
- "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION")
- ^
- [6/10] Building CXX object CMakeFiles/projections.dir/projections.cxx.obj
- FAILED: CMakeFiles/projections.dir/projections.cxx.obj
- C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\C__~1.EXE -Dprojections_EXPORTS -IC:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/pye3d/cpp/. -IC:/Users/xxx/AppData/Local/Temp/pip-build-env-9c7sui4x/overlay/Lib/site-packages/numpy/core/include -I"C:/Program Files (x86)/Python38-32/Include" -isystem C:/eigen-3.3.9/eigen-3.3.9 -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/projections.dir/projections.cxx.obj -MF CMakeFiles\projections.dir\projections.cxx.obj.d -o CMakeFiles/projections.dir/projections.cxx.obj -c C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/projections.cxx
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/projections.cxx:203:41: warning: division by zero [-Wdiv-by-zero]
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/projections.cxx:203:79: error: division by zero is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/projections.cxx:203:41: error: '(1 / 0)' is not a constant expression
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Users/xxx/AppData/Local/Temp/pip-install-0rekjghv/pye3d_f6ff400b780e4a6f8a62dd070232821a/_skbuild/win32-3.8/cmake-build/projections.cxx:203:79: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
- enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
- ^
- ninja: build stopped: subcommand failed.
- Traceback (most recent call last):
- File "C:\Users\xxx\AppData\Local\Temp\pip-build-env-9c7sui4x\overlay\Lib\site-packages\skbuild\setuptools_wrap.py", line 593, in setup
- cmkr.make(make_args, env=env)
- File "C:\Users\xxx\AppData\Local\Temp\pip-build-env-9c7sui4x\overlay\Lib\site-packages\skbuild\cmaker.py", line 504, in make
- raise SKBuildError(
- An error occurred while building with CMake.
- Command:
- cmake --build . --target install --config Release --
- Source directory:
- C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a
- Working directory:
- C:\Users\xxx\AppData\Local\Temp\pip-install-0rekjghv\pye3d_f6ff400b780e4a6f8a62dd070232821a\_skbuild\win32-3.8\cmake-build
- Please see CMake's output for more information.
- ----------------------------------------
- ERROR: Failed building wheel for pye3d
- ERROR: Could not build wheels for pye3d which use PEP 517 and cannot be installed directly
Advertisement
Add Comment
Please, Sign In to add comment