Issue2414

classification
Title: install sift fails in jython 2.7.0 on Windows 7
Type: Severity: normal
Components: Library Versions: Jython 2.7
Milestone: Jython 2.7.0
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: leon, zyasoft
Priority: Keywords:

Created on 2015-10-21.09:31:17 by leon, last changed 2015-11-10.16:29:43 by zyasoft.

Messages
msg10421 (view) Author: Jim Baker (zyasoft) Date: 2015-10-30.21:45:10
I don't know what Sift is really supposed to do/be, but let's assume it's the sift in PyPI. On Windows 8.1:

c:\jython2.7.0>bin\jython.exe -m pip install sift
Downloading/unpacking sift
  Downloading Sift-1.1.2.1.tar.gz
  Running setup.py (path:C:\Users\Jim\AppData\Local\Temp\pip_build_Jim\sift\setup.py) egg_info for package sift

Requirement already satisfied (use --upgrade to upgrade): requests>=0.14.1 in .\lib\site-packages (from sift)
Downloading/unpacking mock>=1.0.1 (from sift)
  Downloading mock-1.3.0-py2.py3-none-any.whl (56kB): 56kB downloaded
Downloading/unpacking six>=1.7 (from mock>=1.0.1->sift)
  Downloading six-1.10.0-py2.py3-none-any.whl
Downloading/unpacking funcsigs (from mock>=1.0.1->sift)
  Downloading funcsigs-0.4-py2.py3-none-any.whl
Downloading/unpacking pbr>=0.11 (from mock>=1.0.1->sift)
  Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB): 89kB downloaded
Installing collected packages: sift, mock, six, funcsigs, pbr
  Running setup.py install for sift

Successfully installed sift mock six funcsigs pbr
Cleaning up...

If this is a Windows 7 problem: note that we really cannot support Windows 7, which saw mainstream end of life earlier this year (January 13, 2015).

I also successfully installed on OS X 10.11.1, both 2.7.0 and 2.7.1
History
Date User Action Args
2015-11-10 16:29:43zyasoftsetstatus: pending -> closed
2015-10-30 21:45:10zyasoftsetstatus: open -> pending
resolution: works for me
messages: + msg10421
nosy: + zyasoft
2015-10-21 09:39:13leonsettitle: install sift fails in jython -> install sift fails in jython 2.7.0 on Windows 7
2015-10-21 09:31:17leoncreate