pypa/pip

Speed up build environment creation (re-usable, faster)

Open

#7,294 建立於 2019年11月4日

在 GitHub 查看
 (19 留言) (6 反應) (0 負責人)Python (8,952 star) (3,032 fork)batch import
C: PEP 517 impacthelp wantedstate: needs discussiontype: performance

描述

Currently pip always creates all build environments from scratch, requiring network access for this. This causes a significant overhead of creating isolated build environments. Can we somehow speed-up this operation?

Idea: Creating isolated build environments from cached wheels only? Do not recreate isolated build environments from scratch, but have a master copy that we just copy.

貢獻者指南