docs: add troubleshooting note about pywin32 (#17216)

This commit is contained in:
Jeremy Apthorp 2019-03-05 10:40:52 -08:00 committed by GitHub
parent aa863f3246
commit 5a88d9e6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,3 +109,7 @@ $ git config --system core.longpaths true
### error: use of undeclared identifier 'DefaultDelegateCheckMode'
This can happen during build, when Debugging Tools for Windows has been installed with Windows Driver Kit. Uninstall Windows Driver Kit and install Debugging Tools with steps described above.
### ImportError: No module named win32file
Make sure you have installed `pywin32` with `pip install pywin32`.