困扰Python包的困境

时间:2014-07-23 03:20:37

标签: python python-2.7 download install package

首先,我在Mac上运行Python 2.7.5。我正在尝试安装一个软件包,尽管有不同的方法,但无法使其工作。该包称为python-fs-stack,可在此处获得。 https://pypi.python.org/pypi/python-fs-stack。我尝试了pip install python-fs-stacksudo pip install python-fs-stackeasy_install python-fs-stacksudo easy_install python-fs-stack,但没有任何效果。然后我下载了包,并收到有关README.rst未找到的错误。我在setup.py文件中注释掉了这一行并重新运行它。它变得更远了,但是又出现了另一个错误。这是输出:

>>sudo python /Downloads/python-fs-stack-0.2/setup.py install

running install
running bdist_egg
running egg_info
writing python_fs_stack.egg-info/PKG-INFO
writing top-level names to python_fs_stack.egg-info/top_level.txt
writing dependency_links to python_fs_stack.egg-info/dependency_links.txt
warning: manifest_maker: standard file 'setup.py' not found

error: package directory 'familysearch' does not exist

我真的希望能够启动并运行此程序包,但我不知所措。我该怎么办?

0 个答案:

没有答案
相关问题