Opened at 2008-06-20T00:42:24Z
Last modified at 2018-03-20T21:16:13Z
#470 closed defect
tahoe 'make' fails at twisted, on leopard (macos 10.5) — at Version 1
Reported by: | robk | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | packaging | Version: | 1.1.0 |
Keywords: | twisted mac install setuptools | Cc: | josipl, zooko |
Launchpad Bug: |
Description (last modified by robk)
brian thought that this was related to #229
a quick scan of that seems to suggest it's something slightly different.
this is after upgrading my mac to 10.5, and removing the old built-for-10.4 python from my path, and trying to 'make' build tahoe.
Installed /Users/robk/trees/tahoe/support/lib/python2.5/site-packages/setuptools-0.6c8.egg Searching for Twisted==2.5.0 Reading http://allmydata.org/trac/tahoe/wiki/Dependencies Reading http://pypi.python.org/simple/Twisted/ Reading http://twistedmatrix.com/ Reading http://www.twistedmatrix.com Reading http://twistedmatrix.com/products/download Reading http://twistedmatrix.com/projects/core/ No local packages or download links found for Twisted==2.5.0 error: Could not find suitable distribution for Requirement.parse('Twisted==2.5.0') make[1]: *** [build-once] Error 1 make: *** [build] Error 2
Note: See
TracTickets for help on using
tickets.
I seem to remember there being something weird about the twisted that ships with 10.5 (which itself ships with python 2.5)
e.g. as far as python is concerned 'twisted' is already installed as v 2.5.0
otoh, the notes in #229 suggest asking pkg_resources, which reports 2.4.0
neither of which goes any obvious way to explaining why setuptools requirement on 'twisted>=2.4.0' caused it to try and find 2.5.0 to install, given that 2.5.0 is not available in any of the places it looks.
I'm going to try installing the 8.0.1 .pkg installer from the twisted web site.