Note that there are some explanatory texts on larger screens.

plurals
  1. POError installing Dynamic-DynamoDB using pip
    primarykey
    data
    text
    <p>I am completely newbie to Python and just trying to install <a href="http://sebdah.github.io/dynamic-dynamodb/" rel="nofollow noreferrer">Dynamic-DynamoDB</a> python package on RHEL5 Linux for very first time. I didn't have pip on my system so I followed instructions as in asnwer to <a href="https://stackoverflow.com/questions/5585875/what-is-the-official-preferred-way-to-install-pip-and-virtualenv-systemwide">What is the official &quot;preferred&quot; way to install pip and virtualenv systemwide?</a> </p> <p>Now when I try to install dynamic-dynamoDB as mentioned in installing instructions, it gives me error.</p> <pre><code>pip install dynamic-dynamodb </code></pre> <p>Error</p> <pre><code>Traceback (most recent call last): File "/usr/bin//pip", line 8, in ? sys.exit( File "/usr/lib/python2.4/site-packages/distribute-0.6.49-py2.4.egg/pkg_resources.py", line 345, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.4/site-packages/distribute-0.6.49-py2.4.egg/pkg_resources.py", line 2381, in load_entry_point return ep.load() File "/usr/lib/python2.4/site-packages/distribute-0.6.49-py2.4.egg/pkg_resources.py", line 2087, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.4/site-packages/pip/__init__.py", line 11, in ? from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python2.4/site-packages/pip/vcs/mercurial.py", line 9, in ? from pip.download import path_to_url2 File "/usr/lib/python2.4/site-packages/pip/download.py", line 3, in ? import hashlib ImportError: No module named hashlib </code></pre> <p>Any suggestions on what am I missing here?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload