-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Non of the installation process works neither docker or the uv method #414
Comments
what's the problem with uv installation? |
Hey, same issue there:
|
I tried to install both locally and from Docker and I have the same problem. |
pip install langchain_google_genai |
(web-ui) PS D:\Browser Use\web-ui> python webui.py --ip 127.0.0.1 --port 7788 |
Same issue |
After installing pip install langchain_google_genai File "D:\Browser Use\web-ui\webui.py", line 28, in |
Yes the only way i found to install and use it properly was to show the repo from 2 months ago and install the version. |
|
It's likely because you don't have MainContentExtractor installed. Try pip install MainContentExtractor |
try to follow the steps in a brand new environment using the main branch
The text was updated successfully, but these errors were encountered: