PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 1st of December, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:38:28] <weykent> will pip automatically detect the backported ssl in python 2.7.9 or do i need to still use ndg-httpsclient until pip has been updated?
[01:42:41] <dstufft> weykent: it'll automatically detect it
[01:43:04] <dstufft> that code works by trying to import SSLContext from the ssl module
[01:43:08] <weykent> aha
[01:43:37] <weykent> thanks
[16:14:28] <mgedmin> halp I can't use virtualenv to create both py2.x and py3.x envs all of a sudden
[16:14:37] <mgedmin> https://github.com/pypa/virtualenv/issues/671
[16:15:28] <mgedmin> this might be ubuntu-specific
[16:43:28] <tos9> if I put a VCS requirement with #egg=packagename in a requirements.txt and then pass --no-index and --find-links at a directory with an appropriate wheel for the package, why does pip try to hit the VCS link anyhow