old wheel: `pip install pywinauto` Fails on Windows 10 with Python 3.7.4
See original GitHub issueExpected Behavior
Successfully installed pywinauto.
Actual Behavior
copying build\scripts-3.7\clear_comtypes_cache.py -> c:\users\wolfgangrichter\test\Scripts
error: error in setup script: command 'bdist_wininst' has no such option 'install_script'
----------------------------------------
Command "c:\users\wolfgangrichter\test\scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\WOLFGA~1\\AppData\\Local\\Temp\\pip-install-tah3mf0q\\comtypes\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\WOLFGA~1\AppData\Local\Temp\pip-record-n8kykc8y\install-record.txt --single-version-externally-managed --compile --install-headers c:\users\wolfgangrichter\test\include\site\python3.7\comtypes" failed with error code 1 in C:\Users\WOLFGA~1\AppData\Local\Temp\pip-install-tah3mf0q\comtypes\
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Steps to Reproduce the Problem
- Using Python 3.7 on Windows Server 2019
- Run
pip install pywinauto
Short Example of Code to Demonstrate the Problem
N/A
Specifications
- Pywinauto version: 0.6.7 (PyPI)
- Python version and bitness: Python 3.7.4, x86_64
- Platform and OS: Windows 10 Pro, 64-bit (AMD64)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Cannot import pywinauto on Windows 10 - Stack Overflow
I installed pywinauto using pip install pywinauto . OS: Windows 10. Python: 3.6.2. When I run python and try to import pywinauto ,...
Read more >PyInstaller Documentation - Read the Docs
pip install -U pyinstaller. Open a command prompt/shell window, and navigate to the directory where your .py file is located, then build your....
Read more >Untitled
Make sure Wheel and the latest version of setuptools is installed on your system ... old wheel: pip install pywinauto Fails on Windows...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Finally found a solution to this, I needed an upgraded
wheelpackage:I stuck when installing comtypes 1.1.7 then bypass by upgrade wheel. Thank you