Install Python dependencies by Poetry #199
AndrewSazonov
started this conversation in
General
Replies: 1 comment
Another way to install and run EasyDiffraction application on macOS without Poetry |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Via Poetry
Resolving dependencies takes over 10 minutes by Poetry (v. 1.1.13) on macOS. Thus, whole step "Create venv and install Python dependencies" takes at least ~13 minutes. Which is very slow. See e.g.
https://github.com/easyScience/easyDiffractionApp/runs/5751828950
Previously it was much faster, ~5 minutes. See e.g.
https://github.com/easyScience/easyDiffractionApp/runs/4895803239
How can this be improved?
All reactions