#50063: No module named “docutils” when attempting to run aws of py34-awscli -----------------------+-------------------------------- Reporter: william@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: py34-awscli -----------------------+-------------------------------- I installed the `py34-awscli` and `awscli_select` ports. I then attempted to call aws: {{{ forth williamg$ sudo port select awscli py34-awscli Selecting 'py34-awscli' for 'awscli' succeeded. 'py34-awscli' is now active. forth williamg$ which aws /opt/local/bin/aws forth williamg$ aws --version Traceback (most recent call last): File "/opt/local/bin/aws", line 19, in <module> import awscli.clidriver File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4 /site-packages/awscli/clidriver.py", line 30, in <module> from awscli.help import ProviderHelpCommand File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4 /site-packages/awscli/help.py", line 19, in <module> from docutils.core import publish_string ImportError: No module named 'docutils' }}} Seems there must be a missing dependency. -- Ticket URL: <https://trac.macports.org/ticket/50063> MacPorts <https://www.macports.org/> Ports system for OS X