-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] cpython/3.9.7: venvlauncher is not built #9333
Comments
The problem above is happening when I use default settings for
However if I add the following option everything works as expected:
If default setting |
Hi, I have the same issue, but using @ZbigniewRA are you using other options? My settings:
|
Conan is downloading in my case:
The venvlaunchers are under This is my full Click to expand
My Conan profile is in the report at the top. |
Thanks @ZbigniewRA, it's working now indeed - not sure why I had the same error before, despite cleaning up the package and re-installing. And thanks for finding out about the shared=True, at least I can keep moving forward. |
I think this is due to the static cpython not supporting modules, and static is the default. I think we could/should change the default, at least on Windows. |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Python interpreter for Windows is built correctly, and it includes the
venv
package.Unfortuantely
python -m venv
doesn't work on Windows without thevenvlauncher.exe
/venvwlauncher.exe
, which should be built as well, and included in thebin
directory (alongsidepython.exe
andpythonw.exe
).Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: