Skip to content

Commit

Permalink
[release-v1.3.1c][doc][xs]: Another error message hint encountered.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jan 3, 2012
1 parent c51db1a commit 580791f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/common-error-messages.rst
Expand Up @@ -124,4 +124,9 @@ This occurs when trying to ``import migrate.exceptions`` and is due to the versi

This sort of message may be seen if you swap between different branches of CKAN. The .pyc file for database migration 46 exists, but the .py file no longer exists by swapping to an earlier branch. The solution is to delete all pyc files (which is harmless)::

find . -name "*.pyc" |xargs rm
find . -name "*.pyc" |xargs rm

``AssertionError: Unexpected files/directories in pyenv/src/ckan``
==================================================================

This occurs when installing CKAN source to a virtual environment when using an old version of pip. (e.g. pip 0.3.1 which comes with Ubuntu). Instead you should use pip 1.0.2 or higher, which will be found in your virtual environment: ``pyenv/bin/pip``

0 comments on commit 580791f

Please sign in to comment.