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

Windows runtimes missing #47

Closed
jakirkham opened this issue Jul 16, 2016 · 3 comments
Closed

Windows runtimes missing #47

jakirkham opened this issue Jul 16, 2016 · 3 comments

Comments

@jakirkham
Copy link
Member

Seems that Windows runtimes are not being pulled in by Python 3.5 or 3.4 AFAICT. Please see these builds for reference. Should these be added as build and run dependencies? It's possible I'm missing something as I'm not a Windows expert. So, please don't hesitate to correct me.

cc @msarahan @jjhelmus

@pelson
Copy link
Member

pelson commented Jul 22, 2016

Agreed. We should be pulling in the appropriate msvc_runtime.

https://github.com/ContinuumIO/anaconda-recipes/blob/master/python-3.5/meta.yaml#L40

@jjhelmus
Copy link
Contributor

I can replicate this issue locally, msvc_runtime should be a run (and build?) requirement for python on Windows, will submit a fix shortly.

@msarahan
Copy link
Member

I don't think you want msvc_runtime. Instead, you want the appropriate vs20??_runtime. The difference is that msvc_runtime does not allow side-by-side install of multiple msvc runtimes. Though mixing runtimes in a single process is not advisable, we should not prevent having multiple runtimes in one environment, because people can run different programs that use different runtimes.

jjhelmus pushed a commit to jjhelmus/python-feedstock that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants