Edgewall Software

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#301 closed defect (fixed)

easy_install fails on Mac OS X 10.5.6 Leopard

Reported by: anonymous Owned by: cmlenz
Priority: blocker Milestone: 0.6
Component: General Version: 0.5.1
Keywords: mac leopard install Cc:

Description

$ sudo easy_install Genshi
Searching for Genshi
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
Best match: Genshi 0.5.1
Downloading http://ftp.edgewall.com/pub/genshi/Genshi-0.5.1.zip
Processing Genshi-0.5.1.zip
Running Genshi-0.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-U3fjf3/Genshi-0.5.1/egg-dist-tmp-W-9bf5
warning: no previously-included files found matching 'doc/2000ft.graffle'
warning: no previously-included files matching '*' found under directory 'doc/logo.lineform'
No eggs found in /tmp/easy_install-U3fjf3/Genshi-0.5.1/egg-dist-tmp-W-9bf5 (setup script problem?)

The following workaround also fails:

$ svn co http://svn.edgewall.org/repos/genshi/tags/0.5.1/ genshi
$ cd genshi/
$ sudo ./setup.py install
running install
running bdist_egg
running egg_info
...
creating dist
creating 'dist/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg' and adding 'build/bdist.macosx-10.5-i386/egg' to it
removing 'build/bdist.macosx-10.5-i386/egg' (and everything under it)
Processing Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Removing /Library/Python/2.5/site-packages/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Copying Genshi-0.5.1-py2.5-macosx-10.5-i386.egg to /Library/Python/2.5/site-packages
Genshi 0.5.1 is already the active version in easy-install.pth

Installed /Library/Python/2.5/site-packages/Genshi-0.5.1-py2.5-macosx-10.5-i386.egg
Processing dependencies for Genshi==0.5.1
Searching for Genshi==0.5.1
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
Best match: Genshi 0.5.1
Downloading http://ftp.edgewall.com/pub/genshi/Genshi-0.5.1.zip
Processing Genshi-0.5.1.zip
Running Genshi-0.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nuoM8V/Genshi-0.5.1/egg-dist-tmp-ao9rgy
warning: no previously-included files found matching 'doc/2000ft.graffle'
warning: no previously-included files matching '*' found under directory 'doc/logo.lineform'
No eggs found in /tmp/easy_install-nuoM8V/Genshi-0.5.1/egg-dist-tmp-ao9rgy (setup script problem?)
error: Could not find required distribution Genshi==0.5.1

Change History (7)

comment:1 Changed 15 years ago by anonymous

After removing a broken install of genshi from /Library/Python?/2.5/site-packages and the reference to it in /Library/Python?/2.5/site-packages/easy-install.pth, I was able to get going using the following workaround:

svn co http://svn.edgewall.org/repos/genshi/branches/stable/0.5.x/ genshi
cd genshi
sudo python setup.py install

Not sure if this was fixed in the latest stable build of 0.5.x...

comment:2 Changed 15 years ago by anonymous

This seems to be affecting a lot of people. Any resolution pending?

comment:3 Changed 15 years ago by osimons

The fix for this has been part of Genshi 0.5.2dev since [947] (specifically the merged [928] changeset) - that is why a checkout & install works.

comment:4 Changed 15 years ago by anonymous

  • Owner changed from cmlenz to anonymous
  • Status changed from new to assigned

comment:5 Changed 15 years ago by cmlenz

  • Owner changed from anonymous to cmlenz
  • Status changed from assigned to new

comment:6 Changed 15 years ago by anonymous

  • Resolution set to fixed
  • Status changed from new to closed

comment:7 Changed 14 years ago by cmlenz

  • Milestone changed from 0.5.2 to 0.6

Milestone 0.5.2 deleted

Note: See TracTickets for help on using tickets.