gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 245 forks source link

Uploading binary wheels to pypi gives error #296

Closed gijzelaerr closed 3 years ago

gijzelaerr commented 3 years ago
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Binary wheel 'python_snap7-1.1-py3-none-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'.
gijzelaerr commented 3 years ago

renaming the wheel to python_snap7-1.1-py3-none-manylinux1_x86_64.whl solved the issue, I can upload and install the wheel on ubuntu 20.04.