[10:59:09] <fnstudio> hi, i have problems with pip (version 8.1.2 on python 2.7.11)
[11:00:27] <fnstudio> i'm using `pip install --index-url=https://pypi.python.org/pypi/ --extra-index-url=http://pypi.example.com/simple/ --trusted-host=pypi.example.com example-package==1.0`
[11:01:10] <fnstudio> but it seems that example.com completely hides the official repo
[11:02:52] <fnstudio> in fact, my package depends on a package from pypi - say `requests` - and the command above fails because that dependency cannot be resolved
[11:03:29] <fnstudio> i'm probably doing something wrong, somewhere, but can anyone help me debug this?
[11:03:56] <fnstudio> dstufft: hi, yeah you were offline in that very moment: < fnstudio> i'm using `pip install --index-url=https://pypi.python.org/pypi/ --extra-index-url=http://pypi.example.com/simple/ --trusted-host=pypi.example.com example-package==1.0`
[11:04:25] <dstufft> https://pypi.python.org/simple/ not https://pypi.python.org/pypi/
[21:23:17] <melwitt> hi, I was wondering if anyone could explain how tarballs become accessible at http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz? I'm seeing a situation where a recently released version isn't available at the described url
[22:27:48] <ryanhiebert> I need to delete the cached wheel that pip built for psycopg2, as I just upgraded PostgreSQL and the path to the c libraries has changed. Where is the cache? I have used --no-cache-dir, and that gives me a good build, but it doesn't remove the bad build from the cache, and tox still uses that cache.
[22:28:12] <ryanhiebert> I'm on OSX, and my python is built with Pythonz
[23:15:15] <tdsmith> i know we like to joke about things reimplementing autotools but has anyone actually reimplemented autotools in something other than m4