Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619098 - dev-python/awscli-1.11.81: cannot import name 'is_json_value_header'
Summary: dev-python/awscli-1.11.81: cannot import name 'is_json_value_header'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-20 17:29 UTC by Eric Westbrook
Modified: 2017-09-25 13:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Westbrook 2017-05-20 17:29:45 UTC
$ aws
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/aws", line 19, in <module>
    import awscli.clidriver
  File "/usr/lib64/python3.4/site-packages/awscli/clidriver.py", line 35, in <module>
    from awscli.help import ProviderHelpCommand
  File "/usr/lib64/python3.4/site-packages/awscli/help.py", line 27, in <module>
    from awscli.clidocs import ProviderDocumentEventHandler
  File "/usr/lib64/python3.4/site-packages/awscli/clidocs.py", line 18, in <module>
    from botocore.utils import is_json_value_header
ImportError: cannot import name 'is_json_value_header'
Comment 1 Jonas Stein gentoo-dev 2017-05-20 18:27:23 UTC
looks like a missing/broken dependency.
Comment 2 Artem Butusov 2017-06-07 01:57:22 UTC
Had the same issue. Fixed with accept keywords for:

dev-python/awscli
dev-python/s3transfer
dev-python/botocore
Comment 3 Eric Westbrook 2017-06-08 01:47:53 UTC
After recent world updates, the error is now different, and it seems that "dev-python/pyyaml" is now the only blocker to command operation.  (After emerging pyyaml manually, the "aws" command runs, so that appears to be the only remaining issue I'm seeing.)  Please let me know if I need to adjust this bug entry.
Comment 4 Patrick Lauer gentoo-dev 2017-09-25 13:34:19 UTC
Fixed in latest versions