-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not type anything in the password input for python -m twine upload --repository testpypi dist/* #384
Comments
The password prompt does not show any characters (not even |
Didn't work, copied and pasted token and it still gave me an error. |
@ZenTheDev Are you sure you're using the token for TestPyPI? As noted at https://test.pypi.org/help/#invalid-auth:
|
Yes I am sure. |
@ZenTheDev It looks like there's an issue with pasting passwords in Windows. I wrote up the details at pypa/twine#671 (comment). Can you read that, and confirm that one of the workarounds works for you? |
None of them seem to work for me. I guess I am just not gonna be able to make a python package on my pc /: |
@ZenTheDev One of these options should work from Command Prompt:
Here's an example of option 1 working for me: In the interest of enabling you to use your token (which is better than username/password) and assisting future Windows Python developers, would you be game to give one of those options a try? |
Hi! How did you solve this problem? |
1. Operating system and version:
Windows 10
2. Python version:
3.8.5
3. Version of PIP:
20.2
5. Issue
I can't type anything in the password input you get by preforming the command 'python -m twine upload --repository testpypi dist/*'
It shows "Password: " However I can't type anything in it. The only thing I can do is press enter. I can't copy anything to it, I have tried reopening command prompt. Nothing works. It's just broken. I don't know what to do, any help is appreciated.
6. Screenshot:
The text was updated successfully, but these errors were encountered: