[Python-apps-team] Bug#841987: twine-register missing
Andrew Pollock
apollock at debian.org
Tue Oct 25 00:31:11 UTC 2016
Package: twine
Version: 1.3.1-1
Severity: important
Dear Maintainer,
I was trying to register a new project using twine
I ran the command below
It failed alluding to the absence of twine-register
I did not expect this failure to occur
apollock at carbonite:~/piptest$ twine register dist/pypi_security_check-1.0-py2.py3-none-any.whl
Traceback (most recent call last):
File "/usr/bin/twine", line 9, in <module>
load_entry_point('twine==1.3.1', 'console_scripts', 'twine')()
File "/usr/lib/python3/dist-packages/twine/__main__.py", line 24, in main
return dispatch(sys.argv[1:])
File "/usr/lib/python3/dist-packages/twine/cli.py", line 41, in dispatch
p = subprocess.Popen(["twine-{0}".format(args.command)] + args.args)
File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'twine-register'
-- System Information:
Debian Release: 8.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages twine depends on:
ii python3 3.4.2-2
ii python3-pkginfo 1.1-2
ii python3-requests 2.4.3-6
pn python3:any <none>
twine recommends no packages.
twine suggests no packages.
-- no debconf information
More information about the Python-apps-team
mailing list