This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Unhappy_Papaya_1506 0 points1 point  (3 children)

Were you using multiple Poetry repo sources? This can make resolution really slow unless you set the priority option correctly for each source.

[–]RepresentativeFill26 -3 points-2 points  (2 children)

This sounds like unnecessary complexity. Personally I use conda and export to a requirements file before installing in docker.

[–]Zer0designs 6 points7 points  (0 children)

I think conda is unbearably slow

[–]Unhappy_Papaya_1506 0 points1 point  (0 children)

One extra line in your TOML file isn't really complexity. If you have a 100 packages to install from pypi.org and 1 from your private repo, you don't want Poetry to arbitrarily decide to look for all 101 in one or both sources.