-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
python nanoserver image? #169
Comments
Nice initial work! 😄 👍 My Python-fu isn't as great as it ought to be, but that error in pip looks like more of a Python error than a pip error, right? (ie, potentially other Python applications would have the same failure?) |
I took a slightly different approach that uses a 'side-loaded' full install instead of downloading and installing the embedded version. This install supports pip: |
@LBates2000 Thanks you. So it proves that only some files are missing. I thought about registry keys as Python looks there, too. |
This appears to be working: |
After golang has official images based on nanoserver, I'm looking for a python image based on microsoft/nanoserver.
I've done some first investigations in StefanScherer/dockerfiles-windows#61, but pip does not work yet as shown in https://ci.appveyor.com/project/StefanScherer/dockerfiles-windows/build/1.0.135
The text was updated successfully, but these errors were encountered: