Issue1901
Created on 2012-05-26.12:43:06 by sergmain, last changed 2015-01-07.07:54:52 by zyasoft.
File name |
Uploaded |
Description |
Edit |
Remove |
pip.log
|
sergmain,
2012-05-26.12:44:20
|
pip.log |
|
|
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)
|
|
Date |
User |
Action |
Args |
2015-01-07 07:54:52 | zyasoft | set | status: open -> closed resolution: fixed messages:
+ msg9339 nosy:
+ zyasoft |
2013-02-20 00:48:03 | fwierzbicki | set | priority: high -> normal versions:
+ Jython 2.5, Jython 2.7, - 2.7a1 |
2012-05-29 05:15:49 | fwierzbicki | set | priority: high assignee: fwierzbicki nosy:
+ fwierzbicki |
2012-05-26 12:44:20 | sergmain | set | files:
+ pip.log |
2012-05-26 12:43:06 | sergmain | create | |
|