Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Wednesday the 7th of October, 2020
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
14:13:32
] <
exarkun
> I'm trying to understand how this installation failure comes about, https://gist.github.com/exarkun/5ef529726275941cac28af4fd5749ab9
[
14:13:52
] <
exarkun
> Why does pyrsistent 0.17.2 get picked up instead of pyrsistent 0.17.3?
[
14:15:50
] <
tos9
> haha
[
14:16:00
] <
tos9
> someone wrote out an answer to that on my issue tracker like yesterday or so
[
14:16:08
] <
tos9
> IIRC the short answer is your pip is too old
[
14:16:13
] <
tos9
> but the slightly longer ansewr is...
[
14:16:44
] <
tos9
> exarkun: https://github.com/Julian/jsonschema/issues/747#issuecomment-704112861
[
14:16:55
] <
tos9
> exarkun: But yeah, your pip is too old, so it's not respecting the fact that 0.17.2 is yanked
[
14:17:21
] <
exarkun
> oh ok
[
14:17:22
] <
tos9
> you should be getting pyrsistent 0.16.x
[
14:17:28
] <
exarkun
> so "yanking" is the feature that's missing from pip
[
14:17:34
] <
tos9
> yeah, it's new in 19.2
[
14:17:47
] <
exarkun
> now I wonder who I need to beat up to get a newer pip
[
14:34:58
] <
exarkun
> yea okay that does it