Skip to content

Pip wheel for pyyaml contains pyc files #527

Closed
@det

Description

@det

The pip wheel for pyyaml 5.4.1 contains .pyc files. An example is yaml/__pycache__/resolver.cpython-39.pyc. No other wheel pulled in for my project contains .pyc files.

These files are not supposed to be included in the wheel. Pip will compile pyc files for you during installation if you want them. I only noticed this because it is causing problems with Bazel's rules_python and I had to temporarily downgrade to an older version of pyyaml.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions