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
When installing a package containing script wrappers from setuptools using a debug installation of Python on Windows, the script wrappers do not point to the right python_d.exe.
Try to run the generated test_python_debug_main.exe.
The exe will throw the following error (paths removed):
Fatal error in launcher: Unable to create process using '"python.exe" "Scripts\test_python_debug_main.exe" ': The system cannot find the file specified.
Expected behavior
The script wrappers should use the right executable, i.e., python_d.exe.