Closed wyryyds closed 2 months ago
There is a probable explanation in the logs:
-- Build files have been written to: C:/Users/hadrianshu/AppData/Local/Temp/pip-install-zbxwnbgm/imgui-bundle_180810dc4f6c40f8a96c8623e86e19cc/_skbuild/win-amd64-3.7/cmake-build/_deps/opencv_official_package_win-subbuild
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: C:/Users/hadrianshu/AppData/Local/Temp/pip-install-zbxwnbgm/imgui-bundle_180810dc4f6c40f8a96c8623e86e19cc/_skbuild/win-amd64-3.7/cmake-build/_deps/opencv_official_package_win-subbuild
ke...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-running CMake...
[0/1] Re-run-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: C:/Users/hadrianshu/AppData/Local/Temp/pip-install-zbxwnbgm/imgui-bundle_180810dc4f6c40f8a96c8623e86e19cc/_skbuild/win-amd64-3.7/cmake-build/_deps/opencv_official_package_win-subbuild
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: C:/Users/hadrianshu/AppData/Local/Temp/pip-install-zbxwnbgm/imgui-bundle_180810dc4f6c40f8a96c8623e86e19cc/_skbuild/win-amd64-3.7/cmake-build/_deps/opencv_official_package_win-subbuild
ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
ning CMake...
[0/1] Re-running CMake...
This line: ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
indicates that some source files may appear newer than the ones just built, likely due to a system time issue. You can try the following steps:
Sorry to bother you, I'm a newbie in python, and when I follow the readme to install the imgui-gui package, I got some errors. There ere are some error messages that may be helpful:
My environment configuration: python 3.7.4 vs2022 17.11.1 msvc v143
also, I download the cmake build tools for windows in vs2022,I would be grateful if anyone can answer my questions.