JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Tasks `resolve` and `install` are doing the same job twice #64

Open SmirnovOleg opened 1 year ago

SmirnovOleg commented 1 year ago

I guess that it should be considered as a show-stopper since it really affects the performance very much: when installing packages, pip tries to downloaded each one once again, but then finds it in the cache since pip resolve alredy downloaded it. Could we fix that?