1 2014-01-19T02:08:31  *** sudo_dirk_ has joined #moin-dev
   2 2014-01-19T02:08:33  *** sudo_dirk has quit IRC
   3 2014-01-19T05:29:41  *** derdon has quit IRC
   4 2014-01-19T09:25:34  *** bithin has joined #moin-dev
   5 2014-01-19T09:53:03  *** bithin has quit IRC
   6 2014-01-19T11:28:58  *** greg_f has joined #moin-dev
   7 2014-01-19T13:06:41  *** derdon has joined #moin-dev
   8 2014-01-19T13:11:18  *** derdon has joined #moin-dev
   9 2014-01-19T13:55:32  *** tonythomas01 has joined #moin-dev
  10 2014-01-19T13:56:25  <tonythomas01> samgtr: Hello ! as Roger was asking yesterday - did  you had problems with the pip download?
  11 2014-01-19T13:56:30  <tonythomas01> recently
  12 2014-01-19T14:20:25  *** RogerHaase has joined #moin-dev
  13 2014-01-19T14:22:58  <RogerHaase> tonythomas01: re: the quickinstall problem yesterday - what version of pip do you have in .../venv/moin-2./python/lib/site-packages?
  14 2014-01-19T14:23:16  <ThomasWaldmann> tonythomas01: please keep moin2 stuff on this channel, not on #moin
  15 2014-01-19T14:23:30  <tonythomas01> ThomasWaldmann: ok
  16 2014-01-19T14:24:15  <RogerHaase> ../venv-moin-2.0-python/lib/site-packages
  17 2014-01-19T14:24:20  <ThomasWaldmann> and the problem you have to solve is to find out why your pip does not behave as other people's same version of pip
  18 2014-01-19T14:24:33  <tonythomas01> RogerHaase: iside the folder, I have a file pip-1.5.dist-info
  19 2014-01-19T14:25:07  <tonythomas01> RogerHaase: its a folder ok
  20 2014-01-19T14:25:22  <tonythomas01> ThomasWaldmann: which pip version version do we need exactly
  21 2014-01-19T14:27:20  <ThomasWaldmann> i have 1.4.1 in my activated virtualenv
  22 2014-01-19T14:27:24  <RogerHaase> for an unknown reason, I am still getting pip 1.41 (as of yesterday) and that works.  I think pip 1.5 breaks moin2  -- see backward incompatible here: http://www.pip-installer.org/en/latest/news.html
  23 2014-01-19T14:28:29  <tonythomas01> thanks I will check
  24 2014-01-19T14:30:19  <RogerHaase> iirc some months/years ago I had pip ~1.2.1 in my main python and virtual env were always populated with current pip (~1.4.x).  I don't know of a way to determine the pip in the venv.  I think the pip in the main python always downloads the current pip into the virtual end
  25 2014-01-19T14:30:40  <RogerHaase> end/env
  26 2014-01-19T14:32:47  <RogerHaase> I suspect you need to add --allow-external PROJECT and/or --allow-unverified PROJECT or ???
  27 2014-01-19T14:34:01  <RogerHaase> sorry, gtg, back tomorrow
  28 2014-01-19T14:34:18  *** RogerHaase has left #moin-dev
  29 2014-01-19T14:34:54  <ThomasWaldmann> --process-dependency-links this is what you need
  30 2014-01-19T14:35:40  <ThomasWaldmann> the flask-themes stuff is a depedency link (and we have more of them)
  31 2014-01-19T14:36:24  <ThomasWaldmann> i suggest you copy quickinstall.py to quickinstall-pip15.py and modify it
  32 2014-01-19T14:48:59  <ThomasWaldmann> tonythomas01: still there?
  33 2014-01-19T15:02:11  <tonythomas01> ThomasWaldmann: I was away. will try it right now
  34 2014-01-19T15:09:32  <tonythomas01> ThomasWaldmann: should I add the line to the end of the file ?
  35 2014-01-19T15:10:00  <ThomasWaldmann> do you still have what i told you yesterday? same thing...
  36 2014-01-19T15:12:15  <tonythomas01> ThomasWaldmann: sorry. Didn't get what you are saying
  37 2014-01-19T15:13:27  <ThomasWaldmann> 15:23  ThomasWaldmann$ in quickinstall.py add another line below line 61
  38 2014-01-19T15:13:40  <tonythomas01> ThomasWaldmann: oh ! ok
  39 2014-01-19T15:14:11  <ThomasWaldmann> (and first make a copy, as i said above and change it there)
  40 2014-01-19T15:17:07  <tonythomas01> ThomasWaldmann: I did that, and now new error
  41 2014-01-19T15:17:07  <tonythomas01> http://pastebin.com/L6tt0JYZ
  42 2014-01-19T15:19:26  <ThomasWaldmann> oh, oops. please move it 1 line up, so the added line is before original line 61
  43 2014-01-19T15:19:34  <tonythomas01> ThomasWaldmann: ok
  44 2014-01-19T15:21:34  <tonythomas01> ThomasWaldmann: did it, returned new errors http://pastebin.com/QH8krLWD
  45 2014-01-19T15:24:26  <ThomasWaldmann>   Dependency Links processing has been deprecated with an accelerated time schedule and will be removed in pip 1.6 < interesting.
  46 2014-01-19T15:24:49  <ThomasWaldmann> guess i have to see what alternative options they want to offer so stuff will still work.
  47 2014-01-19T15:25:35  <tonythomas01> ThomasWaldmann: yes. will giving -allow-external somewhere work ?
  48 2014-01-19T15:26:44  * ThomasWaldmann looks into setup.py about flatland...
  49 2014-01-19T15:27:45  <ThomasWaldmann> yeah, maybe. try it.
  50 2014-01-19T15:30:09  <ThomasWaldmann> jek: ^^ pip 1.5 does not install flatland any more as it used to do
  51 2014-01-19T15:31:29  <ThomasWaldmann> (which could be completely avoided if there was some recent release)
  52 2014-01-19T15:34:30  <ThomasWaldmann>     90         'flatland==dev' is what we have in install_requires
  53 2014-01-19T15:43:28  <tonythomas01> ThomasWaldmann: So, I think going with 1.
  54 2014-01-19T15:43:42  <tonythomas01> 1.41 will be the best option ?
  55 2014-01-19T15:46:36  <ThomasWaldmann> tonythomas01: what happens after your last change?
  56 2014-01-19T15:47:59  <tonythomas01> ThomasWaldmann: I still showed error
  57 2014-01-19T15:48:09  <tonythomas01> I had pasted it I think
  58 2014-01-19T15:48:26  <tonythomas01> now, I isntalled pip 1.41
  59 2014-01-19T15:48:26  <ThomasWaldmann> no you didn't show results after adding --allow-external
  60 2014-01-19T15:48:37  <ThomasWaldmann> no. please continue with 1.5
  61 2014-01-19T15:48:49  <ThomasWaldmann> otherwise all the time we invested is wasted
  62 2014-01-19T15:49:25  <tonythomas01> ThomasWaldmann: ok. Then., I will reinstall 1.5
  63 2014-01-19T15:49:30  <tonythomas01> I am getting this error
  64 2014-01-19T15:49:30  <tonythomas01> --allow-external should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
  65 2014-01-19T15:49:30  <tonythomas01> Storing debug log for failure in /tmp/tmpXn7u_3
  66 2014-01-19T15:49:31  <ThomasWaldmann> (and if pip devs do not change their plans, we'll have to get it working with 1.5+ anyway)
  67 2014-01-19T15:50:11  <tonythomas01> ThomasWaldmann: of course. Actually, I was preparing an article ' hosting moin moin wiki wik mod-wsgi'
  68 2014-01-19T15:50:38  <tonythomas01> new to me as I hadn't tried it out
  69 2014-01-19T15:50:58  <tonythomas01> anyway, will try installing with 1.5 itself
  70 2014-01-19T15:51:03  <ThomasWaldmann> you are aware that moin2 is just for developers and bug-hunters?
  71 2014-01-19T15:52:52  <tonythomas01> ThomasWaldmann: thats the best part
  72 2014-01-19T15:53:09  <ThomasWaldmann> ok, so you have to give --allow-external hg+ssh://hg@bitbucket.org/jek/flatland
  73 2014-01-19T15:53:21  <ThomasWaldmann> (or similar)
  74 2014-01-19T15:53:38  <tonythomas01> ok
  75 2014-01-19T16:00:45  <tonythomas01> ThomasWaldmann: it should be something like  '--allow-external =hg+ssh://hg@bitbucket.org/jek/flatland
  76 2014-01-19T16:00:46  <tonythomas01>  '
  77 2014-01-19T16:00:52  <tonythomas01> ?
  78 2014-01-19T16:01:56  <ThomasWaldmann> '--allow-external', 'hg+ssh:......',
  79 2014-01-19T16:06:02  <tonythomas01> Thanks. I will try
  80 2014-01-19T16:06:09  <tonythomas01> exut
  81 2014-01-19T16:06:33  *** tonythomas01 has quit IRC
  82 2014-01-19T16:25:46  *** greg_f has quit IRC
  83 2014-01-19T16:58:20  <ThomasWaldmann> https://bitbucket.org/thomaswaldmann/moin-2.0/commits/773f0e48872279a864953dd582b33c3ed87acc69
  84 2014-01-19T16:58:37  <ThomasWaldmann> ^^ dirty hack to support pip 1.5
  85 2014-01-19T17:00:37  <ThomasWaldmann> (testing welcome, i can't really test it "as is" as it still installs 1.4.1 for me)

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-01-19 (last edited 2014-01-19 02:15:23 by IrcLogImporter)