PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 30th of December, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:02:22] <EnsignRedshirt> I'm trying to upload a new version of a package with twine, but I get the error `ConnectionError: ('Connection aborted.', BadStatusLine("''",))`. Any ideas what would cause this?
[02:12:35] <EnsignRedshirt> Is there a way to upload a new version via the web? I just tried upload the .tar.gz file using the "files" option on the packages pypi page, but that didn't appear to actually update the package to the new version.
[02:12:49] <EnsignRedshirt> *package's
[02:17:12] <EnsignRedshirt> Hmmm... If I upload the new tar file using the "files" page, *and* update the PKG-INFO in the "releases" page, will that be the same as uploading the tar file with twine?
[02:42:48] <EnsignRedshirt> I downgraded `requests` form 2.9.0 to 2.8.1, and also tweaked my PATH (regular PATH, not PYTHONPATH) to avoid having two python-related installation on my path, and now I can upload. I'm not sure which change was the actual fixed.