pypa / packaging-problems

An issue tracker for the problems in packaging
149 stars 34 forks source link

Trouble with a packaging tutorial, It just stops working. #749

Open kartarake opened 5 months ago

kartarake commented 5 months ago

OS version

Windows 11

Python version

Python 3.12.2

Pip version

pip 24.0

Guide link

https://packaging.python.org/en/latest/tutorials/packaging-projects/

Problem description

karpr@DESKTOP-TIG1RLH MINGW64 ~
$ cd /d/coding/kardb

karpr@DESKTOP-TIG1RLH MINGW64 /d/coding/kardb (main)
$ twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/

That is all, it doesn't ask for anything or print anything. Have tried multiple times, in multiple ways for multiple days. Still not working. Tried restarting pc, network, reinstalled & re-upgraded twine and stuff. Also tried to upload to TestPyPI which failed in same way too.

When trying to close it says the process is running but it takes 0% cpu, 0 mb/s Network and 0 disk interaction according to taskmanager. image

Please help.

Error message

No response

jeanas commented 5 months ago

If you stop the process with Control-C, what is printed?

kartarake commented 5 months ago

Weirdly it worked in powershell, It asked for api token and now it is index. I don't know how to use ctrl + c to stop the process though. I tried ctrl + c on bash after it stuck on that uploading msg but nothing happened. (Also tried ctrl + c in task manager after selecting the bash process (which had 4 stuff twine, python, ...) and nothing happened.)