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
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [284 lines of output]
-- Building for: Visual Studio 17 2022
-- Configuring "proxsuite" (http://github.com/Simple-Robotics/proxsuite)
-- Package version (ROS package.xml): 0.6.4
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
-- The CXX compiler identification is MSVC 19.38.33133.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Performing Test res_-D_SCL_SECURE_NO_WARNINGS
-- Performing Test res_-D_SCL_SECURE_NO_WARNINGS - Success
-- Performing Test res_-D_CRT_SECURE_NO_WARNINGS
-- Performing Test res_-D_CRT_SECURE_NO_WARNINGS - Success
-- Performing Test res_-D_CRT_SECURE_NO_DEPRECATE
-- Performing Test res_-D_CRT_SECURE_NO_DEPRECATE - Success
-- Performing Test res_/wd4101
-- Performing Test res_/wd4101 - Success
-- Performing Test res_/wd4250
-- Performing Test res_/wd4250 - Success
-- Performing Test res_/wd4251
-- Performing Test res_/wd4251 - Success
-- Performing Test res_/wd4275
-- Performing Test res_/wd4275 - Success
-- Performing Test res_/wd4355
-- Performing Test res_/wd4355 - Success
-- CMAKE_SYSTEM_PROCESSOR: AMD64
-- [Proxsuite] Using C++ standard: 17
-- Found Simde: C:/Users/KK/AppData/Local/Temp/pip-build-env-2yi0uhbi/overlay/Lib/site-packages/cmeel.prefix/include
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.43.0.windows.1")
-- Found Python3: D:\TaijiControl\python312\python.exe (found version "3.12.2") found components: Interpreter Development Development.Module Development.Embed
-- PythonLibraryDirs: D:/TaijiControl/Python312/libs
-- PythonLibVersionString: 3.12.2
-- Python site lib: lib/python3.12/site-packages
-- Python include dirs: D:/TaijiControl/python312/Include
CMake Deprecation Warning at bindings/python/external/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
thanks for your interest in Proxsuite. Until now, we have been building and releasing wheels on Pypi up to Python 3.11.
In the ongoing PR #324, we are extending it now to include Python 3.12 as well. Once the PR is merged, we will do a new release and you should be able to install proxsuite in an environment with Python 3.12 without any problems.
Alternatively, you could either use conda install proxsuite -c conda-forge or create a new python env with 3.11 and pip install proxsuite there.
Excuse me. When I try to install the proxsuie by using pip, I get the following error.
Then I download the proxsuite-0.6.4.tar.gz from release, another error happened as follow:
D:>python -m pip install proxsuite-0.6.4.tar.gz
Processing d:\proxsuite-0.6.4.tar.gz
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [284 lines of output]
-- Building for: Visual Studio 17 2022
-- Configuring "proxsuite" (http://github.com/Simple-Robotics/proxsuite)
-- Package version (ROS package.xml): 0.6.4
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
-- The CXX compiler identification is MSVC 19.38.33133.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Performing Test res_-D_SCL_SECURE_NO_WARNINGS
-- Performing Test res_-D_SCL_SECURE_NO_WARNINGS - Success
-- Performing Test res_-D_CRT_SECURE_NO_WARNINGS
-- Performing Test res_-D_CRT_SECURE_NO_WARNINGS - Success
-- Performing Test res_-D_CRT_SECURE_NO_DEPRECATE
-- Performing Test res_-D_CRT_SECURE_NO_DEPRECATE - Success
-- Performing Test res_/wd4101
-- Performing Test res_/wd4101 - Success
-- Performing Test res_/wd4250
-- Performing Test res_/wd4250 - Success
-- Performing Test res_/wd4251
-- Performing Test res_/wd4251 - Success
-- Performing Test res_/wd4275
-- Performing Test res_/wd4275 - Success
-- Performing Test res_/wd4355
-- Performing Test res_/wd4355 - Success
-- CMAKE_SYSTEM_PROCESSOR: AMD64
-- [Proxsuite] Using C++ standard: 17
-- Found Simde: C:/Users/KK/AppData/Local/Temp/pip-build-env-2yi0uhbi/overlay/Lib/site-packages/cmeel.prefix/include
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.43.0.windows.1")
-- Found Python3: D:\TaijiControl\python312\python.exe (found version "3.12.2") found components: Interpreter Development Development.Module Development.Embed
-- PythonLibraryDirs: D:/TaijiControl/Python312/libs
-- PythonLibVersionString: 3.12.2
-- Python site lib: lib/python3.12/site-packages
-- Python include dirs: D:/TaijiControl/python312/Include
CMake Deprecation Warning at bindings/python/external/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: