Hi, Thanks for the reply! This works as expected and resolves all the dependencies related to TurboJson. However, I am using TurboGears 2.0.3. So, is it really suggested to rely upon the below private index you provided which points to nothing but TurboGears 2.2.2. - http://tg.gy/222 <http://www.google.com/url?q=http%3A%2F%2Ftg.gy%2F222&sa=D&sntz=1&usg=AFQjCNEuEVJh8zLgv02AXMHLtXfkxiVY-g>
Also, do you have any clue whether PyPi page [ https://pypi.python.org/simple/PEAK-Rules/] for PEAK-Rules is temporarily broken or was it always like this? I feel it has been accidentally broken because earlier while upgrading to TurboJson 1.3.2 [simply running easy_install -U TurboJson], I did not face any issue and even PEAK-Rules>=0.5a1.dev-r2713 was getting installed as a dependency. -Radhika On Friday, January 8, 2016 at 7:59:28 PM UTC+5:30, Alessandro Molina wrote: > > You are installing it without the private index. > > easy_install -i http://tg.gy/222 > <http://www.google.com/url?q=http%3A%2F%2Ftg.gy%2F222&sa=D&sntz=1&usg=AFQjCNEuEVJh8zLgv02AXMHLtXfkxiVY-g> > > TurboJson > > is probably what you want to do? > > Remember that TurboGears versions prior to 2.3 relied heavily on a private > index to cope with dependencies. > > On Wed, Jan 6, 2016 at 2:04 PM, Radhika Grover <[email protected] > <javascript:>> wrote: > >> Hi, >> >> *easy_install -U TurboJson* is failing with the below error- >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> *user@ubuntu-dev:~$ sudo easy_install -U TurboJSONSearching for >> TurboJSONReading https://pypi.python.org/simple/TurboJSON/ >> <https://pypi.python.org/simple/TurboJSON/>Best match: TurboJson >> 1.3.2Downloading >> https://pypi.python.org/packages/2.7/T/TurboJson/TurboJson-1.3.2-py2.7.egg#md5=8708fcb8979c661104c9b444e5428484 >> >> <https://pypi.python.org/packages/2.7/T/TurboJson/TurboJson-1.3.2-py2.7.egg#md5=8708fcb8979c661104c9b444e5428484>Processing >> >> TurboJson-1.3.2-py2.7.eggMoving TurboJson-1.3.2-py2.7.egg to >> /usr/local/lib/python2.7/dist-packagesAdding TurboJson 1.3.2 to >> easy-install.pth fileInstalled >> /usr/local/lib/python2.7/dist-packages/TurboJson-1.3.2-py2.7.eggProcessing >> dependencies for TurboJSONSearching for simplejson>=1.9.1Reading >> https://pypi.python.org/simple/simplejson/ >> <https://pypi.python.org/simple/simplejson/>Best match: simplejson >> 3.8.1Downloading >> https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.1.tar.gz#md5=b8441f1053edd9dc335ded8c7f98a974 >> >> <https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.1.tar.gz#md5=b8441f1053edd9dc335ded8c7f98a974>Processing >> >> simplejson-3.8.1.tar.gzWriting >> /tmp/easy_install-4VcmRi/simplejson-3.8.1/setup.cfgRunning >> simplejson-3.8.1/setup.py -q bdist_egg --dist-dir >> /tmp/easy_install-4VcmRi/simplejson-3.8.1/egg-dist-tmp-K89rCqzip_safe flag >> not set; analyzing archive contents...simplejson.tests.__init__: module >> references __file__Adding simplejson 3.8.1 to easy-install.pth >> fileInstalled >> /usr/local/lib/python2.7/dist-packages/simplejson-3.8.1-py2.7-linux-x86_64.eggSearching >> >> for PEAK-Rules>=0.5a1.dev-r2600Reading >> https://pypi.python.org/simple/PEAK-Rules/ >> <https://pypi.python.org/simple/PEAK-Rules/>No local packages or download >> links found for PEAK-Rules>=0.5a1.dev-r2600error: Could not find suitable >> distribution for >> Requirement.parse('PEAK-Rules>=0.5a1.dev-r2600')user@ubuntu-dev:~$ * >> >> https://pypi.python.org/simple/peak-rules/ seems to be broken. How can I >> get around this? >> Any help is appreciated. Thanks in advance! >> >> -Radhika >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TurboGears" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/turbogears. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

