Ask Your Question
1

Askbot self-test keeps failing

asked 2015-10-19 19:20:33 -0500

hannylicious's avatar

The askbot self-test keeps failing when I try to run

sudo python manage.py syncdb

It says it relates to pytz:

found version 2013b0, pytz==2013b required.

I uninstalled and installed the latest and it still fails. I cannot seem to make this system happy - any idea as to why or how to go about fixing this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-10-29 15:06:10 -0500

I'm having the same problem. It seems that a new version of python setuptools is adding this "0" at the end of the version name. I've tested to change the required version, but it seems that the requirement file is not read to execute "manage.py" tasks.

While we don't have a solution, you can add this line to you "settings.py" file: ASKBOT_SELF_TEST = False

This will skip the tests!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-10-19 19:20:33 -0500

Seen: 7,545 times

Last updated: Oct 19 '15