-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
After pip-installing PPB on a Windows 11 machine without Chrome browser installed and running any command, the exception cited in the title is thrown. For example:
>>> C:\Users\user>python -m PyPaperBot --query query
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\user\miniconda3\Lib\site-packages\PyPaperBot\__main__.py", line 11, in <module>
from .Scholar import ScholarPapersInfo
File "C:\Users\user\miniconda3\Lib\site-packages\PyPaperBot\Scholar.py", line 4, in <module>
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'
I managed to fix it by running pip install undetected_chromedriver so I guess it simply needs to be added to the dependencies.
echho01 and calvinyeungck
Metadata
Metadata
Assignees
Labels
No labels