Skip to content
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

Is Python on Windows built by MSVC from the docker image? #580

Closed
leofang opened this issue Sep 7, 2022 · 4 comments
Closed

Is Python on Windows built by MSVC from the docker image? #580

leofang opened this issue Sep 7, 2022 · 4 comments
Labels

Comments

@leofang
Copy link
Member

leofang commented Sep 7, 2022

Comment:

I noticed that conda-forge's Python was built with vs2017, and for some reason the version 14.29.30133 was used (search its build log) instead of the ones distributed on conda-forge (30133 is not an available version). So it seems we're using the docker image's MSVC. Is this expected?

@isuruf
Copy link
Member

isuruf commented Sep 7, 2022

As @h-vetinari said in the issue, we don't distribute the compiler in conda-forge due to licensing reasons.

@isuruf isuruf closed this as completed Sep 7, 2022
@leofang
Copy link
Member Author

leofang commented Sep 7, 2022

@isuruf Do you mind expanding a bit more on this? I don't follow why license has to do with my question.

@isuruf
Copy link
Member

isuruf commented Sep 7, 2022

We don't distribute MSVC compilers, so we use the ones in the Azure image. (We don't distribute docker images nor do we use docker on windows.)

@leofang
Copy link
Member Author

leofang commented Sep 7, 2022

Ah ok got it, right it was not correct to mention docker. But the situation here is basically like nvcc from CUDA. Thanks, Isuru.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants