First time here? Check out the FAQ!

Revision history  [back]

This issue is resolved in the latest releases and in the github repository.

It was caused by a dependency used by another dependency library (Lamson - used for processing of incoming email), where a version of the dependency library was not specified with sufficient detail. From now on these libraries will need to be installed manually by those people who want to support posting responses by email. This feature is not enabled by default.

Before the solution was to run pip install Lamson or pip install django-lamson (the latter is better as it satisfies all dependencies for the "reply by email" feature.

This issue is resolved in the latest releases and in the github repository.

It was caused by a dependency used by another dependency library (Lamson - used for processing of incoming email), where a version of the dependency library was not specified with sufficient detail. From now on these libraries will need to be installed manually by those people who want to support posting responses by email. This feature is not enabled by default.

Before the solution was to run pip install Lamson or pip install django-lamson (the latter is better as it satisfies all dependencies for the "reply by email" feature.

This There must be some issue is resolved in the latest releases and dependencies that are not explicitly set in the github repository.askbot's setup.py. Unfortunately things may break if some dependency of dependency, etc. breaks upon version upgrade. Askbot is limiting versions of dependency packages, but nested dependencies are not fixed or limited.

It was caused by Please have a dependency used by another dependency library (Lamson - used for processing of incoming email), where a version of the dependency library was not specified with sufficient detail. From now on these libraries will need to be installed manually by those people who want to support posting responses by email. This feature is not enabled by default.look at this discussion https://github.com/ASKBOT/askbot-devel/issues/451

Also could you please run pip --freeze > before-req.txt and then hopefully fix using the advice in the ticket and then run pip --freeze > after-req.txt, then run diff before-req.txt after-req.txt and post the result?

If the discussion in the ticket helped - can you tell which steps solved the problem?