Hi

I am getting this error

Build failed: Unknown task: install_prereqs

Plese help me on this


Thanks and Regards



On Tuesday, 9 December 2014 01:08:49 UTC+5:30, Andy Armstrong wrote:
>
> The changes to support the new openedx directory have been merged to 
> edx-platform master, and there is an issue that might require manual 
> intervention. For some people, running 'paver install_prereqs' will not 
> correctly update the Open edX package, which leads to unit test failures 
> with errors like this:
>
>   UserPartitionError: Unrecognized scheme random
>
> The problem appears to be that pip has not noticed the bump in the Open 
> edX version number and so has not correctly reinstalled the package. The 
> workaround is to execute the following from your devstack:
>
>   paver install_prereqs; pip install -e .
>
> You can check that you have the correct version installed with the 
> following command. It should show that you have version 0.2:
>
>   ~/edx-platform$ pip list | grep Open-edX
>   Open-edX (0.2, /edx/app/edxapp/edx-platform)
>
> Please let me know if you have any problems with this.
>
>  - Andy
>
> -- 
>
> *Andy Armstrong*
>
> edX | UI Architect  | an...@edx.org <javascript:>  
>
> 141 Portland Street, 9th floor
>
> Cambridge, MA 02139
> http://www.edx.org <http://www.edxonline.org/>
>
> [image: 
> http://www.e-learn.nl/media/blogs/e-learn/edX_Logo_Col_RGB_FINAL.jpg?mtime=1336074566]
>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/062a9597-258f-4f9e-9238-ce1afa9fad58%40googlegroups.com.

Reply via email to