We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I using Python 3.4.3 64 bit for windows 8. I using pip install fbchat but install error. No distributions at all found for bs4 (from fbchat)
from setup.py in fbchat.
install_requires=[ 'requests', 'bs4' ],
'bs4' to 'beautifulsoup4' Thank you.
The text was updated successfully, but these errors were encountered:
I second that ;)
Sorry, something went wrong.
Thank you for fbchat. :D
Wrong change #2
f66d98b
Documentation fix #2
2294082
No branches or pull requests
I using Python 3.4.3 64 bit for windows 8. I using
pip install fbchat
but install error.
No distributions at all found for bs4 (from fbchat)
from setup.py in fbchat.
'bs4' to 'beautifulsoup4'
Thank you.
The text was updated successfully, but these errors were encountered: