lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Automatic install of couchdb-python .egg fails on simplejson-2.0.9 installation #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempted vanilla sudo easy_install 
http://pypi.python.org/packages/2.4/C/CouchDB/CouchDB-0.6-
py2.4.egg#md5=367ae9359f5341f36e36316ace5783e2

2. Attempts to install needed simplejason2.0.9 package. Fails to find .egg file 
(
   No eggs found in /tmp/easy_install-3Bv0O5/simplejson-2.0.9/egg-dist-tmp-ql9vzD (setup 
script problem?)
error: Could not find required distribution simplejson

3. Installed simplejson2.0.9 from source. Attempted easy_install again, fails 
again.

What is the expected output? What do you see instead?
Expected clean install. For issues see above.

What version of the product are you using? On what operating system?
Latest couchdb-python egg (as of 20090807 at 0150 GMT). 

Please provide any additional information below.

Original issue reported on code.google.com by scott.ro...@gmail.com on 7 Aug 2009 at 1:55

GoogleCodeExporter commented 8 years ago
That seems like a simplejson issue, I think we just depend on it in our 
setup.py.

Original comment by djc.ochtman on 7 Aug 2009 at 7:30

GoogleCodeExporter commented 8 years ago
Can't reproduce and probably not our problem, closing.

Original comment by djc.ochtman on 10 Dec 2009 at 2:44