packaging-problems icon indicating copy to clipboard operation
packaging-problems copied to clipboard

upload hangs at 7 or 9%

Open gelst13 opened this issue 3 years ago • 1 comments

OS version

Windows 7

Python version

Python 3.8.9

Pip version

pip 22.2.2

Guide link

https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives

Problem description

I tried different commands, but upload process hangs at 7 or 9 %: py -m twine upload --repository testpypi dist/* python -m twine upload --verbose --repository testpypi dist/* python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/example_package_gelst-0.0.1.tar.gz python -m twine upload --verbose --repository testpypi dist/example_package_gelst-0.0.1.tar.gz

Error message

No response

gelst13 avatar Sep 01 '22 11:09 gelst13

@gelst13 It sounds like you may either have a poor internet connection (so the upload connection is dropping without failing) or you may be uploading very large files (perhaps unnaturally large). How large is the file in dist/ (cmd /c dir dist)?

jaraco avatar Oct 16 '22 18:10 jaraco