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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
hannylicious's avatar
11
hannylicious
asked 9 years ago

Comments

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!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Nigini A. Oliveira's avatar
111
Nigini A. Oliveira
answered 9 years ago
link

Comments

see more comments