-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[vcpkg-get-python-packages] Fix exported variable #36354
Conversation
This file isn't installed by python3:x64-windows . So the function still breaks when used with the executable from that port.https://dev.azure.com/vcpkg/public/_build/results?buildId=98885&view=logs&j=7922e5c4-0103-5f8f-ad17-45ce9bb98e80&t=66eef212-08d6-5e6c-a560-7d01149d0188 CC @Neumann-A |
probably needs to be generated by the python port itself. Ran already into several issues with embedded python not finding the default scripts but need a good way to compose other modules into that. |
Hm. I wonder if the actual problem with this port/function is that |
It should only install into the venv not into the installed tree. |
Yes. And still it is a problem for disconnected builds after Pip has its own caching. And it is also possible to pre-download to a local downloads dir and to install later from that dir: (I'm also looking at jinja2: Repeatedly popping up now as a |
b41eeec
to
27c1e91
Compare
* [vcpkg-get-python-packages] Update manifest * [vcpkg-get-python-packages] Fix typos * [vcpkg-get-python-packages] Fix exported variable * [vcpkg-get-python-packages] Make python3 zip optional * versions
Noticed while trying to use another variable name then
PYTHON3
withlensfun
.In addition: