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

error in run #8

Open
netwons opened this issue Aug 31, 2022 · 3 comments
Open

error in run #8

netwons opened this issue Aug 31, 2022 · 3 comments

Comments

@netwons
Copy link

netwons commented Aug 31, 2022

run: python3 agnee.py -h
error:

  File "agnee.py", line 10, in <module>
    from search_engines import Google, Bing, Yahoo, Startpage, config
ImportError: cannot import name 'Google' from 'search_engines' (/home/netwons/.local/lib/python3.8/site-packages/search_engines/__init__.py)

@R0X4R
Copy link
Owner

R0X4R commented Sep 1, 2022

sudo pip3 install git+https://github.com/R0X4R/Search-Engines-Scraper.git && sudo pip3 install agnee

Try installing it again

@netwons
Copy link
Author

netwons commented Sep 3, 2022

error:

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 22.0.3; however, version 22.2.2 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

@R0X4R
Copy link
Owner

R0X4R commented Sep 3, 2022

This is not an error it is a warning because you used sudo to install the agnee. There's nothing to worry about. You can now use the agnee.

Regards,
R0X4R

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

2 participants