|
|
|
|
|
by scrollaway
2805 days ago
|
|
> Pipenv lock can take 20-30 minutes on a small flask app (~18 dependencies) Do you have scipy/numpy/keras or cython somewhere in the deps? pipenv lock is slow, but not 20-30 mins slow unless there's a very very large download and/or a long compilation somewhere in there. |
|
This wasn't for complex pipenv operations either. A simple command: pipenv run python main.py took progressively longer to execute.