ImportError:在安装PyLucene期间无法导入名称库

时间:2013-10-11 08:04:04

标签: python python-2.7 pylucene

我花了5个小时来解决这个问题,但我做不到。在使用http://lucene.apache.org/pylucene/install.htmt安装PyLucene期间,我遇到了类似下面的错误。

sanghee-m:jcc sanghee$ python setup.py build
found JAVAFRAMEWORKS = /System/Library/Frameworks/JavaVM.framework
Traceback (most recent call last):
  File "setup.py", line 398, in <module>
    main('--debug' in sys.argv)
  File "setup.py", line 306, in main
    from setuptools import Library
ImportError: cannot import name Library
sanghee-m:jcc sanghee$ python setup.py build --debug
found JAVAFRAMEWORKS = /System/Library/Frameworks/JavaVM.framework
Traceback (most recent call last):
  File "setup.py", line 398, in <module>
    main('--debug' in sys.argv)
  File "setup.py", line 306, in main
    from setuptools import Library
ImportError: cannot import name Library
sanghee-m:jcc sanghee$ 

我也找不到图书馆。我怎样才能解决这个问题?你能告诉我当我遇到这种错误时应该在哪里查看吗?

另外,我安装了setuptools 1.1.6并使用了pylucene-4.4.0-1。

sanghee-m:jcc sanghee$ python
Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import setuptools

2 个答案:

答案 0 :(得分:2)

我正在尝试在Windows下编译JCC,我发现最新版本的setuptools,1.1.6,给出了您报告的导入错误。但是,对于0.6c11版本,可以找到库模块。

编辑:1.1.3也有效。

答案 1 :(得分:0)

这可能看起来像一个愚蠢的问题,但你是否安装了setuptools? https://pypi.python.org/pypi/setuptools/0.6c11