[Distutils] Can't upload sdist: "File already exists"

Nick Coghlan ncoghlan at gmail.com
Thu Jan 5 21:41:31 EST 2017


On 6 January 2017 at 07:37, Nick Timkovich <prometheus235 at gmail.com> wrote:
> No. My build command was: `python setup.py sdist bdist_wheel` which doesn't
> generate a zip.

We've seen behaviour like this before with the old upload server
implementation, where it was possible to get a particular 5xx error on
upload that meant the server had registered the file as uploaded, but
the upload hadn't actually worked (this bug in the old server was
actually the main reason the default client config suggested on
packaging.python.org was changed).

However, your command output indicates that you're already using the
new upload server, so that's unlikely to have been the problem :(

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Distutils-SIG mailing list