qre0ct
qre0ct

Reputation: 6172

unable to install json2html python module

I have been trying to install json2html python module from https://pypi.python.org/pypi/json2html/ on a Mac machine using python setup.py install.

I have been getting the following error :

Processing dependencies for json2html==0.2.1 Searching for ordereddict Reading http://pypi.python.org/simple/ordereddict/ error: Connection reset by peer

Am not really sure what is going wrong as I am relatively new to Python.

Could some one please help me understand what am i missing and how can i address this issue ?

Upvotes: 1

Views: 642

Answers (1)

qre0ct
qre0ct

Reputation: 6172

Apologies for posting such a stupid question. I needed to install the dependencies as well, before downloading json2html module.

Upvotes: 1

Related Questions