Ubuntu 14.04에서 Python ggplot 설치 실패

Lars von Mond

ggplot 설치가 실패하고 다음 출력이 표시됩니다.

user@CompA:~$ sudo pip install -U ggplot
Downloading/unpacking ggplot
  Downloading ggplot-0.6.8.tar.gz (8.5MB): 8.5MB downloaded
  Running setup.py (path:/tmp/pip_build_root/ggplot/setup.py) egg_info for package ggplot

Downloading/unpacking six from https://pypi.python.org/packages/py2.py3/s/six/six-1.10.0-py2.py3-none-any.whl#md5=3ab558cf5d4f7a72611d59a81a315dc8 (from ggplot)
  Downloading six-1.10.0-py2.py3-none-any.whl
Downloading/unpacking statsmodels (from ggplot)
  Downloading statsmodels-0.6.1.tar.gz (7.0MB): 7.0MB downloaded
  Running setup.py (path:/tmp/pip_build_root/statsmodels/setup.py) egg_info for package statsmodels

    package init file 'statsmodels/tsa/vector_ar/data/__init__.py' not found (or not a regular file)
    warning: no files found matching '*.pxi' anywhere in distribution
    warning: no previously-included files matching '*' found under directory 'build'
    warning: no previously-included files matching '*' found under directory 'dist'
    warning: no previously-included files found matching 'docs/source/generated/*'
    warning: no previously-included files matching '*' found under directory 'docs/build'
    warning: no previously-included files matching '*' found under directory 'docs/build/htmlhelp'
    warning: no files found matching 'statsmodels/statsmodelsdoc.chm'
    no previously-included directories found matching '*/__pycache__'
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files matching '*.swp' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.bak' found anywhere in distribution
Downloading/unpacking brewer2mpl (from ggplot)
  Downloading brewer2mpl-1.4.1-py2.py3-none-any.whl
Downloading/unpacking matplotlib (from ggplot)
  Downloading matplotlib-1.5.0.tar.gz (54.0MB): 54.0MB downloaded
  Running setup.py (path:/tmp/pip_build_root/matplotlib/setup.py) egg_info for package matplotlib
    ============================================================================
    Edit setup.cfg to change the build options

    BUILDING MATPLOTLIB
                matplotlib: yes [1.5.0]
                    python: yes [2.7.6 (default, Jun 22 2015, 17:58:13)  [GCC
                            4.8.2]]
                  platform: yes [linux2]

    REQUIRED DEPENDENCIES AND EXTENSIONS
                     numpy: yes [version 1.8.2]
                  dateutil: yes [dateutil was not found. It is required for date
                            axis support. pip/easy_install may attempt to
                            install it after matplotlib.]
                      pytz: yes [pytz was not found. pip will attempt to install
                            it after matplotlib.]
                    cycler: yes [cycler was not found. pip will attempt to
                            install it after matplotlib.]
                   tornado: yes [tornado was not found. It is required for the
                            WebAgg backend. pip/easy_install may attempt to
                            install it after matplotlib.]
                 pyparsing: yes [pyparsing was not found. It is required for
                            mathtext support. pip/easy_install may attempt to
                            install it after matplotlib.]
                    libagg: yes [pkg-config information for 'libagg' could not
                            be found. Using local copy.]
                  freetype: no  [The C/C++ header for freetype2 (ft2build.h)
                            could not be found.  You may need to install the
                            development package.]
                       png: yes [version 1.2.50]
                     qhull: yes [pkg-config information for 'qhull' could not be
                            found. Using local copy.]

    OPTIONAL SUBPACKAGES
               sample_data: yes [installing]
                  toolkits: yes [installing]
                     tests: yes [nose 0.11.1 or later is required to run the
                            matplotlib test suite. "setup.py test" will
                            automatically download it. Install nose 0.11.1 or
                            later to run matplotlib.test() / mock is required to
                            run the matplotlib test suite. "setup.py test" will
                            automatically download it. Install mock to run
                            matplotlib.test()]
            toolkits_tests: yes [nose 0.11.1 or later is required to run the
                            matplotlib test suite. "setup.py test" will
                            automatically download it. Install nose 0.11.1 or
                            later to run matplotlib.test() / mock is required to
                            run the matplotlib test suite. "setup.py test" will
                            automatically download it. Install mock to run
                            matplotlib.test()]

    OPTIONAL BACKEND EXTENSIONS
                    macosx: no  [Mac OS-X only]
                    qt5agg: no  [PyQt5 not found]
                    qt4agg: yes [installing, Qt: 4.8.6, PyQt: 4.8.6; PySide not
                            found]
                   gtk3agg: yes [installing, version 3.8.10]
                 gtk3cairo: yes [installing, version 3.8.10]
                    gtkagg: no  [The C/C++ header for gtk (gtk/gtk.h) could not
                            be found.  You may need to install the development
                            package.]
                     tkagg: no  [The C/C++ header for Tk (tk.h) could not be
                            found.  You may need to install the development
                            package.]
                     wxagg: no  [requires wxPython]
                       gtk: no  [The C/C++ header for gtk (gtk/gtk.h) could not
                            be found.  You may need to install the development
                            package.]
                       agg: yes [installing]
                     cairo: yes [installing, pycairo version 1.8.8]
                 windowing: no  [Microsoft Windows only]

    OPTIONAL LATEX DEPENDENCIES
                    dvipng: no
               ghostscript: yes [version 9.10]
                     latex: yes [version 3.1415926]
                   pdftops: yes [version 0.24.5]

    OPTIONAL PACKAGE DATA
                      dlls: no  [skipping due to configuration]

    ============================================================================
                            * The following required packages can not be built:
                            * freetype
    Complete output from command python setup.py egg_info:
    ============================================================================

Edit setup.cfg to change the build options



BUILDING MATPLOTLIB

            matplotlib: yes [1.5.0]

                python: yes [2.7.6 (default, Jun 22 2015, 17:58:13)  [GCC

                        4.8.2]]

              platform: yes [linux2]



REQUIRED DEPENDENCIES AND EXTENSIONS

                 numpy: yes [version 1.8.2]

              dateutil: yes [dateutil was not found. It is required for date

                        axis support. pip/easy_install may attempt to

                        install it after matplotlib.]

                  pytz: yes [pytz was not found. pip will attempt to install

                        it after matplotlib.]

                cycler: yes [cycler was not found. pip will attempt to

                        install it after matplotlib.]

               tornado: yes [tornado was not found. It is required for the

                        WebAgg backend. pip/easy_install may attempt to

                        install it after matplotlib.]

             pyparsing: yes [pyparsing was not found. It is required for

                        mathtext support. pip/easy_install may attempt to

                        install it after matplotlib.]

                libagg: yes [pkg-config information for 'libagg' could not

                        be found. Using local copy.]

              freetype: no  [The C/C++ header for freetype2 (ft2build.h)

                        could not be found.  You may need to install the

                        development package.]

                   png: yes [version 1.2.50]

                 qhull: yes [pkg-config information for 'qhull' could not be

                        found. Using local copy.]



OPTIONAL SUBPACKAGES

           sample_data: yes [installing]

              toolkits: yes [installing]

                 tests: yes [nose 0.11.1 or later is required to run the

                        matplotlib test suite. "setup.py test" will

                        automatically download it. Install nose 0.11.1 or

                        later to run matplotlib.test() / mock is required to

                        run the matplotlib test suite. "setup.py test" will

                        automatically download it. Install mock to run

                        matplotlib.test()]

        toolkits_tests: yes [nose 0.11.1 or later is required to run the

                        matplotlib test suite. "setup.py test" will

                        automatically download it. Install nose 0.11.1 or

                        later to run matplotlib.test() / mock is required to

                        run the matplotlib test suite. "setup.py test" will

                        automatically download it. Install mock to run

                        matplotlib.test()]



OPTIONAL BACKEND EXTENSIONS

                macosx: no  [Mac OS-X only]

                qt5agg: no  [PyQt5 not found]

                qt4agg: yes [installing, Qt: 4.8.6, PyQt: 4.8.6; PySide not

                        found]

               gtk3agg: yes [installing, version 3.8.10]

             gtk3cairo: yes [installing, version 3.8.10]

                gtkagg: no  [The C/C++ header for gtk (gtk/gtk.h) could not

                        be found.  You may need to install the development

                        package.]

                 tkagg: no  [The C/C++ header for Tk (tk.h) could not be

                        found.  You may need to install the development

                        package.]

                 wxagg: no  [requires wxPython]

                   gtk: no  [The C/C++ header for gtk (gtk/gtk.h) could not

                        be found.  You may need to install the development

                        package.]

                   agg: yes [installing]

                 cairo: yes [installing, pycairo version 1.8.8]

             windowing: no  [Microsoft Windows only]



OPTIONAL LATEX DEPENDENCIES

                dvipng: no

           ghostscript: yes [version 9.10]

                 latex: yes [version 3.1415926]

               pdftops: yes [version 0.24.5]



OPTIONAL PACKAGE DATA

                  dlls: no  [skipping due to configuration]



============================================================================

                        * The following required packages can not be built:

                        * freetype

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/matplotlib
Storing debug log for failure in /home/user/.pip/pip.log
user@CompA:~$ 

내가 사용한 명령은 다음과 같습니다.

sudo pip install -U ggplot

이미 python-dev 패키지를 설치하고 pip를 업그레이드하려고 시도했습니다.

sudo apt-get install python-pip 
sudo apt-get install python-dev

Ubuntu 14.04 및 Python 2.7.10 Anaconda 2.3.0 (64 비트)을 실행하고 있습니다.

군주 63. 제이

로그를 읽으십시오.

* The following required packages can not be built:
* freetype

따라서이 명령에 대해 시도해보십시오.

sudo apt-get install libfreetype6-dev libxft-dev

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Ubuntu 14에서 PHP 설치 실패 (make : *** [sapi / cli / php] 오류 1) PHP 5.6.20

분류에서Dev

경로에 Python을 넣는 방법-Ubuntu 20 npm 설치 실패

분류에서Dev

Ubuntu 20.04에서 Squish QT 설치 실패

분류에서Dev

Nokogiri가 Ubuntu 20.04에서 설치 실패

분류에서Dev

Ubuntu에서 PHP APC 설치 실패

분류에서Dev

Windows 10에서 Ubuntu 설치 실패

분류에서Dev

Ubuntu 16.04 LTS에서 GDAL 설치 실패

분류에서Dev

Ubuntu 설치 실패

분류에서Dev

Ubuntu 14,04 LTS에 Muvizu를 어떻게 설치합니까?

분류에서Dev

Ubuntu 서버 18.04 LTS 설치 실패

분류에서Dev

Ubuntu 18.04에 VirtualBox 설치 실패

분류에서Dev

python2에서 pip 설치 실패

분류에서Dev

Ubuntu 20.04에 Python 3.7 패키지 설치

분류에서Dev

Dell Inspiron 14 7490에 Ubuntu 설치

분류에서Dev

Dell Inspiron 14 7490에 Ubuntu 설치

분류에서Dev

Windows 10 옆에 Ubuntu 14 LTS 설치

분류에서Dev

Ubuntu 14.04가 설치된 HP Pavilion 14 노트북에서 터치 패드가 작동하지 않음

분류에서Dev

Ubuntu 14.04 설치 실패

분류에서Dev

Steam 설치 실패 Ubuntu 16.04

분류에서Dev

Linux에서 Docker 설치 실패 [Errno 14] HTTPS 오류 404-찾을 수 없음

분류에서Dev

Ubuntu 16.04에 mclust R 패키지 설치 실패

분류에서Dev

Grub 설치 실패 Ubuntu 16.04 새로 설치, USB에서 부팅 할 수 없음

분류에서Dev

Ubuntu 20.04 LTS (Vmware)에서 도커 설치 실패

분류에서Dev

Ubuntu EC2 인스턴스에서 Yum 설치 실패

분류에서Dev

Ubuntu 12.04에서 Nvidia 추가 드라이버 설치 실패

분류에서Dev

Ubuntu 14.04 설치 실패 (Windows 7에서 이중 부팅)

분류에서Dev

Ubuntu 18.04에서 Displaylink 드라이버 설치 실패

분류에서Dev

Ubuntu 12.04에서 Apache2 설치 실패

분류에서Dev

Ubuntu 12.04에서 Octave 제거 실패 (Octave 재설치 문제)

Related 관련 기사

  1. 1

    Ubuntu 14에서 PHP 설치 실패 (make : *** [sapi / cli / php] 오류 1) PHP 5.6.20

  2. 2

    경로에 Python을 넣는 방법-Ubuntu 20 npm 설치 실패

  3. 3

    Ubuntu 20.04에서 Squish QT 설치 실패

  4. 4

    Nokogiri가 Ubuntu 20.04에서 설치 실패

  5. 5

    Ubuntu에서 PHP APC 설치 실패

  6. 6

    Windows 10에서 Ubuntu 설치 실패

  7. 7

    Ubuntu 16.04 LTS에서 GDAL 설치 실패

  8. 8

    Ubuntu 설치 실패

  9. 9

    Ubuntu 14,04 LTS에 Muvizu를 어떻게 설치합니까?

  10. 10

    Ubuntu 서버 18.04 LTS 설치 실패

  11. 11

    Ubuntu 18.04에 VirtualBox 설치 실패

  12. 12

    python2에서 pip 설치 실패

  13. 13

    Ubuntu 20.04에 Python 3.7 패키지 설치

  14. 14

    Dell Inspiron 14 7490에 Ubuntu 설치

  15. 15

    Dell Inspiron 14 7490에 Ubuntu 설치

  16. 16

    Windows 10 옆에 Ubuntu 14 LTS 설치

  17. 17

    Ubuntu 14.04가 설치된 HP Pavilion 14 노트북에서 터치 패드가 작동하지 않음

  18. 18

    Ubuntu 14.04 설치 실패

  19. 19

    Steam 설치 실패 Ubuntu 16.04

  20. 20

    Linux에서 Docker 설치 실패 [Errno 14] HTTPS 오류 404-찾을 수 없음

  21. 21

    Ubuntu 16.04에 mclust R 패키지 설치 실패

  22. 22

    Grub 설치 실패 Ubuntu 16.04 새로 설치, USB에서 부팅 할 수 없음

  23. 23

    Ubuntu 20.04 LTS (Vmware)에서 도커 설치 실패

  24. 24

    Ubuntu EC2 인스턴스에서 Yum 설치 실패

  25. 25

    Ubuntu 12.04에서 Nvidia 추가 드라이버 설치 실패

  26. 26

    Ubuntu 14.04 설치 실패 (Windows 7에서 이중 부팅)

  27. 27

    Ubuntu 18.04에서 Displaylink 드라이버 설치 실패

  28. 28

    Ubuntu 12.04에서 Apache2 설치 실패

  29. 29

    Ubuntu 12.04에서 Octave 제거 실패 (Octave 재설치 문제)

뜨겁다태그

보관