FS#56713 - [httpie] VersionConflict with Python 3.6

Attached to Project: Community Packages
Opened by Daniel B (dbdbdb) - Thursday, 14 December 2017, 00:27 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 14 December 2017, 00:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After upgrade python package, the httpie package broke

Additional info:
* 0.9.9-1

$ http google.com
Traceback (most recent call last):
File "/usr/bin/http", line 11, in <module>
load_entry_point('httpie==0.9.9', 'console_scripts', 'http')()
File "/usr/lib/python3.6/site-packages/httpie/__main__.py", line 11, in main
sys.exit(main())
File "/usr/lib/python3.6/site-packages/httpie/core.py", line 183, in main
plugin_manager.load_installed_plugins()
File "/usr/lib/python3.6/site-packages/httpie/plugins/manager.py", line 33, in load_installed_plugins
plugin = entry_point.load()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2404, in load
self.require(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2427, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 875, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (botocore 1.8.13 (/usr/lib/python3.6/site-packages), Requirement.parse('botocore<1.8.0,>=1.7.0'), {'boto3'})


Steps to reproduce:
Just install httpie package and try to use:
$ http google.com
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 14 December 2017, 00:51 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Thursday, 14 December 2017, 00:36 GMT
Looks like a problem with a plugin, not with httpie, python, or botocore.
Comment by Daniel B (dbdbdb) - Thursday, 14 December 2017, 00:47 GMT
True.
I uninstalled httpie-aws-authv4 plugin and all works fine now.
Sorry for the bug file.

Loading...