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

pip install failed #351

Open
lunasdejavu opened this issue Oct 23, 2020 · 0 comments
Open

pip install failed #351

lunasdejavu opened this issue Oct 23, 2020 · 0 comments

Comments

@lunasdejavu
Copy link

the error message for 'twitterscraper -h':
Traceback (most recent call last):
File "/usr/local/bin/twitterscraper", line 5, in
from twitterscraper.main import main
File "/usr/local/lib/python3.7/dist-packages/twitterscraper/init.py", line 13, in
from twitterscraper.query import query_tweets
File "/usr/local/lib/python3.7/dist-packages/twitterscraper/query.py", line 76, in
proxies = get_proxies()
File "/usr/local/lib/python3.7/dist-packages/twitterscraper/query.py", line 47, in get_proxies
soup = BeautifulSoup(response.text, 'lxml')
File "/usr/lib/python3/dist-packages/bs4/init.py", line 165, in init
% ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

python version is 3.7.5

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

1 participant