autopy icon indicating copy to clipboard operation
autopy copied to clipboard

Missing binary wheel for Python 2.7 on 64-bit Windows

Open msanders opened this issue 6 years ago • 1 comments

See the note here: https://www.benfrederickson.com/writing-python-extensions-in-rust-using-pyo3/

I failed to get the 64 bit wheel for Python2.7 to build on windows so I disabled that here (the 32 bit version builds fine).

Not sure what the cause is (suspect it might be related to https://github.com/PyO3/pyo3/issues/215). Will leave this issue open in case anyone wants to tackle it, but putting this on hold for now since it's a pretty big time investment and not sure how common this need is. If you're interested in contributing, it should be possible to reproduce this with cibuildwheel locally or against the CI by opening a PR.

msanders avatar Sep 14 '18 23:09 msanders

@msanders I have the binary wheel for Python 2.7 in https://github.com/DLR-TS/SUMOLibraries/tree/master/python/autopy

palvarezlopez avatar Sep 15 '18 06:09 palvarezlopez