Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Monday the 30th of December, 2019
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
05:48:01
] <
blingrang
> Hi, has the "List" package been completely removed from pypa?
[
05:49:05
] <
blingrang
> or is it a temporary thing? If not are there alternatives? Or has the functionality merged into another package?
[
06:28:03
] <
energizer
> blingrang: what package are you thinking of?
[
06:28:18
] <
blingrang
> "List"
[
06:28:27
] <
energizer
> blingrang: can you link to it?
[
06:29:22
] <
energizer
> blingrang: or, what makes you think there is a package with that name?
[
06:29:33
] <
blingrang
> This was in my requirements "List==1.3.0", but as of a couple of days ago, it's getting a 404.
[
06:29:36
] <
blingrang
> https://pypi.org/project/List/
[
06:29:47
] <
blingrang
> there was, just not anymore.
[
06:30:10
] <
energizer
> blingrang: was it a depenency of another package?
[
06:30:21
] <
blingrang
> Yes, most likely.
[
06:30:33
] <
blingrang
> I'm trying to figure that out.
[
06:30:34
] <
energizer
> blingrang: do you have it installed currently?
[
06:31:43
] <
energizer
> if so, you can use pipdeptree to see which package required it
[
06:36:19
] <
blingrang
> energizer, wierd. This package was not a part of any dependencies.
[
06:37:02
] <
blingrang
> I've removed it and will now test my app without it and go from there
[
06:37:12
] <
blingrang
> energizer, Thanks for the help.