First time here? Check out the FAQ!
1

Askbot self-test keeps failing

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?

hannylicious's avatar
11
hannylicious
asked 2015-10-19 19:20:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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!

Nigini A. Oliveira's avatar
111
Nigini A. Oliveira
answered 2015-10-29 15:06:10 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments