[python-win32] Troubleshooting with pip install pywin32 using WSL2:Ubuntu and Python 3.8.8

Mark Hammond skippy.hammond at gmail.com
Thu Jul 29 20:55:04 EDT 2021


On 29/07/2021 11:05 pm, Giraud Ludovic (AMUNDI) wrote:
> Hello,
> 
> When I run pip install pywin32 in WSL2:Ubuntu using Python 3.8.8 I get 
> the following error log:

WSL is a linux environment - pywin32 simply doesn't work there. You can 
install it via a Windows command-prompt, or in WSL stick to the versions 
of Python that work for Ubuntu but without pywin32.

HTH,

Mark


More information about the python-win32 mailing list