You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is an issue in pip, it might also be a problem with wheel or just unexpected behaviour.
I have a package containing a datafile that has a comma in its file name. When creating a wheel and then installing that wheel the RECORD file contains two lines:
The first line is also present in the generated wheel file, the second is added by pip.
Expected behavior
I'd expect 1 line for the file. If PEP 372 is the specification for the format of wheels the RECORD file should be a CSV file and the correct line would be:
Environment
Description
I'm not sure if this is an issue in pip, it might also be a problem with wheel or just unexpected behaviour.
I have a package containing a datafile that has a comma in its file name. When creating a wheel and then installing that wheel the RECORD file contains two lines:
The first line is also present in the generated wheel file, the second is added by pip.
Expected behavior
I'd expect 1 line for the file. If PEP 372 is the specification for the format of wheels the RECORD file should be a CSV file and the correct line would be:
How to Reproduce
I've attached an sdist that contains a datafile as described above.
simple-package-1.0.tar.gz
Output
N/A, see rest of this issue.
The text was updated successfully, but these errors were encountered: