-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md5 missmatch. #164
Comments
I have redone an installation from scratch on a Vagrant vm with ansible and still experience the same issue. |
Ok, will try to reproduce. I assume the filesize doesn't match either? |
Right they do not. I digged a bit deeper and at one point I thought it was the distutils upload method from Python 2.7.8 on Mac going wrong during the multipart upload. I finally gave up and setup |
I'm also affected by this. I put a bit of research into it and it appears that there is an unnecessary UTF-8 encoding happening somewhere. An ZIP archive starting with
becomes when uploaded
Notice that the byte sequence I can't tell who's here the one to be blamed though. Edit: |
On the current develop branch using Docker compose my local python lib gets uploaded with:
The source file is in my local directory (
dist
) and it ends up on theweb
container root folder. Something like<repo_name>/source/o/<package_name>
.So far so good.
However during the installation I get a md5 missmatch error.
After some digging my source md5 is indeed different than the file in the container. The file in the container is corrupted and I can not introspect it. Yet the file size seems to be close to the original.
Am I the only one experiencing such issues?
I am going to add some debug on the upload method but its hard to tell where the issue could be.
The text was updated successfully, but these errors were encountered: