Issue1901

classification
Title: No files/directores in pip-egg-info
Type: crash Severity: major
Components: Core Versions: Jython 2.7, Jython 2.5
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, sergmain, zyasoft
Priority: normal Keywords:

Created on 2012-05-26.12:43:06 by sergmain, last changed 2015-01-07.07:54:52 by zyasoft.

Files
File name Uploaded Description Edit Remove
pip.log sergmain, 2012-05-26.12:44:20 pip.log
Messages
msg7158 (view) Author: Serg (sergmain) Date: 2012-05-26.12:43:05
This is bug report for v2.7a2 and v2.5.2 as well.

I'm trying install package pymorphy with command:

jython.bat bin\pip install pymorphy 

and I'm getting an error:

No files/directores in D:\opt\jython\jython_installer-2.7a2\build\pymorphy\pip-egg-info (from dependency_links.txt)


http://packages.python.org/pymorphy/intro.html#
msg9339 (view) Author: Jim Baker (zyasoft) Date: 2015-01-07.07:54:52
pip now works with Jython, currently by using https://github.com/jythontools/pip

$ jpip install pymorphy
Downloading/unpacking pymorphy
  Downloading pymorphy-0.5.6.tar.gz (72kB): 72kB downloaded
  Running setup.py (path:/private/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/pip_build_jbaker/pymorphy/setup.py) egg_info for package pymorphy

Installing collected packages: pymorphy
  Running setup.py install for pymorphy

Successfully installed pymorphy
Cleaning up...

(jpip here is aliased to the pip command installed in Jython's bin directory)
History
Date User Action Args
2015-01-07 07:54:52zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg9339
nosy: + zyasoft
2013-02-20 00:48:03fwierzbickisetpriority: high -> normal
versions: + Jython 2.5, Jython 2.7, - 2.7a1
2012-05-29 05:15:49fwierzbickisetpriority: high
assignee: fwierzbicki
nosy: + fwierzbicki
2012-05-26 12:44:20sergmainsetfiles: + pip.log
2012-05-26 12:43:06sergmaincreate