|
|
|
|
|
by scrollaway
2805 days ago
|
|
A lot of this time may be spent on downloading the dependencies to the cache. If you're doing it in docker, you likely don't have a persistent cache. I've hit this issue before. https://github.com/pypa/pipenv/issues/1785 If you configure the cache properly you might solve it, but yeah it's kinda dumb it has to do that just for locking. |
|