-
Notifications
You must be signed in to change notification settings - Fork 65
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
Warning from BeautifulSoup #1
Comments
I also have the same problem. Not find out yet the solution. |
I just came across the same error and here is my solution on MacOS: Then, it will work. I got inspired by this link. |
BeautifulSoup(html_doc,"lxml") |
Can anyone open up a pull request with the above fixed? |
I created a PR to fix this here: #3 |
@geekpradd , as maintainer can you upload fixed version to pip and I'll close issue? |
+1 would be nice to have pip version updated, currently has the annoying warning... |
+1 for this fix |
@renweibo , you can use @bunchesofdonald fork with pip directly |
@BjornMelgaard Thanks for the reply. Installing directly from github branch failed for there is no setup.py as a normal pypi package has. It's better to update pypi also. Even I manually update the util.py with the patch, it still failed in python 3.6 environment. |
@renweibo lol |
We had the same problem with a missing |
The text was updated successfully, but these errors were encountered: