Modify ↓
#8531 closed defect (wontfix)
svn-python-1.5.5.win32-py2.5.exe easy_install on Cygwin error:"Could not find suitable distribution for Requirement.parse('svn-python==1 .5.5')
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
On Trac over Python 2.5 cygwin, I am running
$ easy_install -Z http://subversion.tigris.org/files/documents/15/44597/svn-pyt hon-1.5.5.win32-py2.5.exe
and getting:
Downloading http://subversion.tigris.org/files/documents/15/44597/svn-python-1.5.5.win32-py2.5.exe
Processing svn-python-1.5.5.win32-py2.5.exe
creating '/cygdrive/f/DOCUME~1/mdlab/LOCALS~1/Temp/easy_install-A151Pb/svn_python-1.5.5-py2.5-win32.egg' and adding '/cygdrive/f/DOCUME~1/mdlab/LOCALS~1/Temp/easy_install-A151Pb/svn_python-1.5.5-py2.5-win32.egg.tmp' to it
creating /usr/lib/python2.5/site-packages/svn_python-1.5.5-py2.5-win32.egg
Extracting svn_python-1.5.5-py2.5-win32.egg to /usr/lib/python2.5/site-packages
Removing svn-python 1.4.5 from easy-install.pth file
Adding svn-python 1.5.5 to easy-install.pth file
Installed /usr/lib/python2.5/site-packages/svn_python-1.5.5-py2.5-win32.egg
Processing dependencies for svn-python==1.5.5
Searching for svn-python==1.5.5
Reading http://pypi.python.org/simple/svn-python/
Couldn't find index page for 'svn-python' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for svn-python==1.5.5
error: Could not find suitable distribution for Requirement.parse('svn-python==1.5.5')
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



InstallationIssue.
Running Trac with cygwin's Python is not advised (I was not even aware this was possible), as most 3rd party packages are not available for this platform, as you've found out with the Subversion bindings for Python.