Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Wednesday the 25th of June, 2014
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
00:00:16
] <
daenney
> mysql-connector-python is so much less pain
[
00:01:08
] <
dstufft
> not using mysql is even less pain
[
00:01:55
] <
daenney
> Wise words
[
10:32:03
] <
kibad
> dstufft: you there?
[
16:39:50
] <
[Tritium]
> I know that pip is preferred... is easy_install deprecated? is there a plan to remove it from setuptools?
[
17:18:39
] <
kibad
> dstufft: are you there?
[
17:30:09
] <
dstufft
> kibad: I am now
[
17:30:17
] <
dstufft
> [Tritium]: dunno if there are plans to remove it or not
[
17:30:57
] <
[Tritium]
> aye
[
17:30:58
] <
kibad
> dstufft: fixed the issue I was facing by changing the global mirror =)
[
17:31:22
] <
dstufft
> kibad: well i'd still like to figure out what caused it :)
[
17:31:48
] <
kibad
> dstufft: that would be great
[
17:31:59
] <
kibad
> dstufft: just checked with other teams at my place
[
17:32:02
] <
dstufft
> I asked for some more info here https://github.com/pypa/pip/issues/1805 btw
[
17:32:14
] <
kibad
> dstufft: they too face similar issue and they have local pypi mirror
[
17:32:28
] <
dstufft
> they have the problem with a local pypi mirror?
[
17:33:29
] <
kibad
> dstufft: nope they dont
[
17:33:39
] <
kibad
> dstufft: though I still need to try it out
[
21:19:30
] <
robhudson
> hi all. I ran into this today and it seemed wrong so I came here to ask: http://dpaste.com/3HNRSZF
[
21:19:56
] <
robhudson
> somehow pip seems to know about a package installed in a completely different folder and not in my virtualenv
[
21:20:31
] <
dstufft
> robhudson: it'll know if it's on the sys.path somehow
[
21:20:37
] <
dstufft
> including easy_install sys.path mangling
[
21:22:08
] <
robhudson
> ah, I see the problem. I've symlinked the elasticsearch-dsl path into my venv when I was testing it.
[
21:22:20
] <
robhudson
> thanks, that was easy
[
21:22:59
] <
robhudson
> fixed and all good now