You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from chatgpt_automation.chatgpt_client import ChatGPT_Client
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/mnt/c/Users/srskr/ChatGPT_Automation/chatgpt_automation/chatgpt_client.py", line 4, in <module>
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'
Though I did "pip install ."
Just plain "pip install undetected_chromedriver" solved the problem. It could be specified in setup.py
The text was updated successfully, but these errors were encountered:
It looks like the pyproject.toml file needs the dependencies in a seperate variable instead of in requires section. The problem is fixed now. You can download and install it without any dependency problem. c8bcf6f
Though I did "pip install ."
Just plain "pip install undetected_chromedriver" solved the problem. It could be specified in setup.py
The text was updated successfully, but these errors were encountered: