Jason R. Coombs <jar...@jaraco.com> added the comment:

In [this 
Dockerfile](https://github.com/jaraco/jaraco.windows/blob/feature/vs-2/Dockerfile),
 I've attempted to install Visual Studio, but without success. Docker fails to 
build on [line 
6](https://github.com/jaraco/jaraco.windows/blob/4de80c897cb92362bd1084a9851f3f08b6ed697e/Dockerfile#L6).
 The install fails with this error: 

```
ERROR: Running 
["C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\visualstudio2019buildtools\16.10.0.0\vs_BuildTools.exe"
 --quiet --add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools --add 
Microsoft.VisualStudio.Workload.NetCoreBuildTools --norestart --wait] was not 
successful. Exit code was '-2147024770'. See log for possible error messages.
```

Any tips on creating a Windows environment with build support would be 
appreciated.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to