-
Notifications
You must be signed in to change notification settings - Fork 179
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 when running pip install pyteaser #57
Comments
I have this error too, you fixed them? |
I think this is happening because the module tries to install beautifulsoup which is no longer supported by python. It should be beautifulsoup4 instead. |
@vtrokhymenko I don't think I fixed since I was just automatically testing hundreds of github packages and automatically posting the detected issues. But indeed it probably has something to do with your version of python since it says you gotta use Python 2.7 in the readme. Maybe you can port it by using beautifulsoup4 instead. So those are probably your two choices. |
Also, I think the package is getting the BeautifulSoup-3.2.1 module while installing. Maybe the error is on that. I am not sure how can we install pyteaser with beautifulsoup4. We have bs4 dependency in the setup file.
|
@SuryaChandrasekaran I've never done that but this is what I would tray:
|
don't use the |
@vtrokhymenko @SuryaChandrasekaran can you verify @ahlixinjie 's fix? |
@jafetmorales I just saw your error log, yours is different from mine. |
@jafetmorales This project is fantastic, cause it can get summarization from web directly, which saves pounds of time of parsing the web content to pure text. It's worth to try what i said above. |
This is the output when running
pip install pyteaser
This is my setup:
The text was updated successfully, but these errors were encountered: