安装鹅时出现问题

时间:2015-03-24 20:53:55

标签: python anaconda goose

我在安装鹅时遵循https://github.com/grangier/python-goose的确切说明,在输入" mkvirtualenv --no-site-packages goose"后,这就是我所得到的:

172-27-220-167:~ yitongwang$ mkvirtualenv --no-site-packages goose
New python executable in goose/bin/python
Installing setuptools, pip...done.
Error: deactivate must be sourced. Run 'source deactivate'
instead of 'deactivate'.
Usage: source deactivate
removes the 'bin' directory of the environment activated with 'source
activate' from PATH. 
(goose)172-27-220-167:~ yitongwang$

我已经使用&sudo pip install virtualenv / virtualenvwrapper'安装了virtualenv和virtualenvwrapper,最奇怪的是我似乎仍然设法进入鹅虚拟环境(看起来像这样)。克隆到git repo并更改到之前克隆的python-goose目录后,我尝试运行&p; pip install -r requirements.txt'和' python setup.py install',这些是错误:

In file included from _imagingft.c:31:

/Users/yitongwang/anaconda/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found

#include <freetype/config/ftheader.h>

         ^

1 error generated.

Building using 4 processes

gcc -bundle -undefined dynamic_lookup -L/Users/yitongwang/anaconda/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.5-x86_64-2.7/_imagingft.o -L/Users/yitongwang/.virtualenvs/goose/lib -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.5/lib -L/usr/lib -L/Users/yitongwang/anaconda/lib -lfreetype -o build/lib.macosx-10.5-x86_64-2.7/PIL/_imagingft.so

clang: error: no such file or directory: 'build/temp.macosx-10.5-x86_64-2.7/_imagingft.o'

error: command 'gcc' failed with exit status 1

----------------------------------------
Command "/Users/yitongwang/.virtualenvs/goose/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/64/dhzf31k50zg22rbgbz79c3dw0000gn/T/pip-build-nL0d0r/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/64/dhzf31k50zg22rbgbz79c3dw0000gn/T/pip-k7HUgC-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/yitongwang/.virtualenvs/goose/include/site/python2.7" failed with error code 1 in /private/var/folders/64/dhzf31k50zg22rbgbz79c3dw0000gn/T/pip-build-nL0d0r/Pillow

    In file included from _imagingft.c:31:
/Users/yitongwang/anaconda/include/ft2build.h:56:10: fatal error: 
      'freetype/config/ftheader.h' file not found
#include <freetype/config/ftheader.h>
         ^
1 error generated.
clang: error: no such file or directory: 'build/temp.macosx-10.5-x86_64-2.7/_imagingft.o'
error: Setup script exited with error: command 'gcc' failed with exit status 1

我不确定特别错误,因为我已经从头开始尝试过几次删除目录&#39; python-goose&#39;和&#39; ./ virtualenv&#39;以及.bash_profile的路径。

非常感谢任何帮助!

由于

P.S。我在其中使用带有Python 2.7的Anaconda。

3 个答案:

答案 0 :(得分:0)

Take a look at this。这里也突出了同样的问题。它与/usr/local/bin/virtualenvwrapper.sh中的workon有关,并且调用deactivate但anaconda bin目录中的脚本也做同样的事情

答案 1 :(得分:0)

尝试使用conda(conda create)创建一个环境而不是使用virtualenv,并将所有鹅依赖项安装到其中(显然freetype就是其中之一)。然后将鹅直接安装到该环境中。类似于conda create -n goose freetype ...(将...替换为鹅的other dependencies),source activate goosepython setup.py install(来自鹅目录)。

答案 2 :(得分:0)

从命令提示符下写pip install goose-extractor