Skip to content

uv pip install doesn't compile pyc #1788

@hauntsaninja

Description

@hauntsaninja

pip does this by default (you can opt out with --no-compile). Without this, you pay the cost on first import, which is undesirable in various situations. (Also a thing to make sure is apples to apples when benchmarking)

Metadata

Metadata

Assignees

Labels

compatibilityCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions