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
python manage.py collectstatic ************************ * * * Askbot self-test * * * ************************ Unsupported version of module pytz, found version 2013b0, pytz==2013b required. please run: > pip uninstall pytz && pip install pytz==2013b
However, sudo -H pip install pytz==2013b installs 2013b0.
sudo -H pip install pytz==2013b
(Ubuntu 15.10)
The text was updated successfully, but these errors were encountered:
54c7fa3
Can you release version 0.9.1 with this fix please? Currently, askbot is not installable.
Sorry, something went wrong.
fixes #526
0eb8ae5
No branches or pull requests
However,
sudo -H pip install pytz==2013b
installs 2013b0.(Ubuntu 15.10)
The text was updated successfully, but these errors were encountered: