Closed LivInTheLookingGlass closed 7 years ago
My gut reaction is that uploading a universal wheel to pypi would probably fix this, but I'm not certain.
shouldn't need a wheel if there's no compiled code, right?
From here it looks like pypi had an ssl issue that coincidentally started right after pyee's child deps started downloading (vcversioner failed to download, etc)
It looks that way, but it's consistently failing at the same place, no matter how often I rerun it (3 times now).
That makes me think something else is going on.
Alright, well if it helps https://github.com/jfhbrook/pyee/blob/master/Makefile#L5-L11 this is how I'm doing packaging
Surprisingly, #35 seems to have fixed it. Huh.
huh.
https://travis-ci.org/p2p-today/p2p-project/jobs/200988029
I'm not sure if this is because of the build script or the package itself. I'm trying to investigate now, but I figured I'd bring this to your attention in case it turns out to actually be something.