Closed
Description
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