-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python3] missing python_d.exe #33724
Comments
Sadly there's no consensus about where debug version of tools should be located (#17607). Maybe even this would work: set(Python_FIND_ABI "ON" "ANY" "ANY")
find_package(Python3 REQUIRED COMPONENTS Interpreter) |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
I would like to keep this issue opened and fixed when team knows where install debug tool. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Is your feature request related to a problem? Please describe.
Can't find python_d.exe despite the debug installation. Tested with python3.10 (6da00e1) and with master (3.11 4a600e9).
Proposed solution
Install a python3d (with debug) in
tools
folder. I needed to remove linevcpkg_clean_msbuild()
for python 3.10portfile.cmake
.Find enclosed a bash script that create the python3d folder based on the content of python3 folder.
It may be created the same way that the tool python3 (release) in the
portfile.cmake
.python3d_creation.sh.txt
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: