I am getting the following error with that command:
$pip freeze > requirements.txt
Warning: cannot find svn location for distribute==0.6.16dev-r0
This is my requirements.txt file beforehand:
Django==1.3
django-registration==0.7
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, I’d note that is not an error, but rather a warning (though it is a serious one).
This appears to be an open issue in pip, judging by this issue page on the github repository. The problem arises when pip is installing something a development version that is held on a repository that is not SVN. One example that issue page provides:
It will print this result to standard error:
But the file will still have:
However, I won’t be able to use this file in the future to install Flask. See here:
Will output the error: