Hello,
I'm having the following errors when trying to upload a wheel to PyPI.
(yes, the version number is off - but that's besides the point here,
I think):
$ twine upload dist/llvmlite-0.0.0-py2.py3-none-linux_x86_64.whl
/home/antoine/.local/lib/python3.4/site-packages/pkginfo/installed.py:53:
UserWarning: No PKG-INFO found for package: pkginfo
warnings.warn('No PKG-INFO found for package: %s' % self.package_name)
Uploading distributions to https://pypi.python.org/pypi
Uploading llvmlite-0.0.0-py2.py3-none-linux_x86_64.whl
HTTPError: 400 Client Error: Binary wheel for an unsupported platform
$ twine upload dist/llvmlite-0.0.0-py3-none-linux_x86_64.whl
/home/antoine/.local/lib/python3.4/site-packages/pkginfo/installed.py:53:
UserWarning: No PKG-INFO found for package: pkginfo
warnings.warn('No PKG-INFO found for package: %s' % self.package_name)
Uploading distributions to https://pypi.python.org/pypi
Uploading llvmlite-0.0.0-py3-none-linux_x86_64.whl
HTTPError: 400 Client Error: Binary wheel for an unsupported platform
Thanks
Antoine.
_______________________________________________
Distutils-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig