Fix python include path for non-windows#36707
Conversation
|
i wonder what exactly
|
|
I wonder what exactly |
No its where all the additional binaries and scripts are located like |
|
Changing this has an effect on many python packages E.g. it will install wheel into tools and then building setuptools will complain I think we can look into adjusting this path also, but I'd prefer to defer this for now and stick to this simple fix |
|
It has to be changed otherwise you need to manually move all the scripts. Also the tools/python3 needs to be on PATH so that everything in there can be found. |
|
@Neumann-A see open-vcpkg/python-registry#14 (logs can be found here https://github.com/open-vcpkg/python-registry/actions/runs/7882761603?pr=14) |
|
hmm I get for some reason. ok let it be for now. |
Fixes #36698
On macos/linux a wrong include path is reported by python since #34888