Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'undetected_chromedriver' #8

Closed
grayskripko opened this issue May 5, 2023 · 2 comments
Closed

No module named 'undetected_chromedriver' #8

grayskripko opened this issue May 5, 2023 · 2 comments

Comments

@grayskripko
Copy link

grayskripko commented May 5, 2023

>>> 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

@dijikul
Copy link

dijikul commented May 6, 2023

See e44120c

Maybe we could bring back the requirements,txt but update to the latest version of undetected_chromedriver, which was the cause for #3

@ugorsahin
Copy link
Owner

ugorsahin commented May 7, 2023

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

Thanks for raising the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants