[tor-bugs] #23341 [Core Tor/Stem]: When pip installs stem master, it complains that the package is called stem-dry-run

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Aug 28 06:01:47 UTC 2017


#23341: When pip installs stem master, it complains that the package is called
stem-dry-run
-------------------------------+--------------------
     Reporter:  teor           |      Owner:  atagar
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:
    Component:  Core Tor/Stem  |    Version:
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+--------------------
 With a requirements file containing:
 {{{
 -e git+https://git.torproject.org/stem.git@master#egg=stem
 }}}

 pip complains:
 {{{
 $ pip install -r requirements-weights.txt
 Requirement already satisfied: numpy>=1.11.2 in ./venv/lib/python2.7/site-
 packages (from -r requirements-weights.txt (line 7))
 Obtaining stem from git+https://git.torproject.org/stem.git#egg=stem (from
 -r requirements-weights.txt (line 10))
   Cloning https://git.torproject.org/stem.git to ./venv/src/stem
   Running setup.py (path:/Users/dev/privcount/venv/src/stem/setup.py)
 egg_info for package stem produced metadata for project name stem-dry-run.
 Fix your #egg=stem fragments.
 Installing collected packages: stem-dry-run
   Running setup.py develop for stem-dry-run
 Successfully installed stem-dry-run
 }}}

 Is there any way of setting DRY_RUN = False without editing the script?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23341>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list