First time here? Check out the FAQ!

Revision history  [back]

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!