Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7070055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:31:12+00:00 2026-05-28T05:31:12+00:00

I am getting the following error with that command: $pip freeze > requirements.txt Warning:

  • 0

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
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:31:13+00:00Added an answer on May 28, 2026 at 5:31 am

    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:

    mkvirtualenv test --no-site-packages
    workon test
    pip install flask==dev
    pip freeze > requirements.txt
    

    It will print this result to standard error:

    Warning: cannot find svn location for Flask==0.9-devdev-20120114
    

    But the file will still have:

    ## FIXME: could not find svn URL in dependency_links for this package:
    Flask==0.9-devdev-20120114
    Jinja2==2.6
    Werkzeug==0.8.2
    wsgiref==0.1.2
    

    However, I won’t be able to use this file in the future to install Flask. See here:

    mkvirtualenv test2 --no-site-packages
    workon test2
    pip install -r requirements.txt
    

    Will output the error:

    Downloading/unpacking Flask==0.9-devdev-20120114 (from -r requirements.txt (line 2))
    Could not find a version that satisfies the requirement Flask==0.9-devdev-20120114 (from -r requirements.txt (line 2)) (from versions: )
    No distributions matching the version for Flask==0.9-devdev-20120114 (from -r requirements.txt (line 2))
    Storing complete log in /Users/dgrtwo/.pip/pip.log
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting the following error when I get to the line that invokes
Getting the following error when trying to start a session: Warning: session_start() [function.session-start]: Node
i am running xcodebuild command from terminal but getting the following error ATION (Release)
Am getting following error message on calling WCF service: The formatter threw an exception
I am getting following error when I am trying to get WebResponse using WebResponse
I am getting following error message when using Doctrine ORM in Codeigniter. ( !
SOLVED in the last answer im getting following error, dunno where and why? cause
Am trying to insert XML into XML Column.. getting following error: . Msg 6819,
I have done simple java app for blackberry, while building am getting following error.
I getting the following error when I try to connect to my server app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.