tomleung1996 / wos_crawler

Web of Science Crawler
223 stars 73 forks source link

How to install “win32event” module package from pypi # ERROR “pip install win32event” is not available. Thanks! #16

Closed chunweizhu closed 4 years ago

chunweizhu commented 4 years ago

Traceback (most recent call last): File "main.py", line 1, in from gui.main_gui import * File "D:\GitDownload\wos_crawler\wos_crawler\gui\main_gui.py", line 6, in import qt5reactor File "C:\Users\chunweizhu\AppData\Local\Programs\Python\Python37\lib\site-packages\qt5reactor__init__.py", line 1, in from qt5reactor.core import install, QtReactor File "C:\Users\chunweizhu\AppData\Local\Programs\Python\Python37\lib\site-packages\qt5reactor\core.py", line 399, in from win32event import CreateEvent, MsgWaitForMultipleObjects ModuleNotFoundError: No module named 'win32event'

pip install win32event Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement win32event (from versions: none) ERROR: No matching distribution found for win32event WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the 'c:\users\chunweizhu\appdata\local\programs\python\python37\python.exe -m pip install --upgrade pip' command.

python version:3.6 win10 use prwershell command

chunweizhu commented 4 years ago

Not install pywin32 module. you need pip install pywin32 done!