On Mon, Jul 6, 2015 at 11:24 AM, Antoine Pitrou <solip...@pitrou.net> wrote: > > 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
Unrelated to your problem here (which I think is due in part to the lack of classifiers for binaries for *nix systems (or something along those lines that Nick or Donald will be more familiar with)), I filed a twine bug for those warnings: https://github.com/pypa/twine/issues/114 I've never seen those before, so I'm sorry for the noise in that output. Cheers, Ian _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig