stylometry icon indicating copy to clipboard operation
stylometry copied to clipboard

issue while install requirements from requirements.txt

Open Masterzer00 opened this issue 4 years ago • 0 comments

below is the error show after trying to install requirements.txt a problem with freestyle and png

Collecting matplotlib==1.4.3 Using cached matplotlib-1.4.3.tar.gz (50.4 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [70 lines of output] ============================================================================ Edit setup.cfg to change the build options

  BUILDING MATPLOTLIB
              matplotlib: yes [1.4.3]
                  python: yes [3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020,
                          15:57:54) [MSC v.1924 64 bit (AMD64)]]
                platform: yes [win32]

  REQUIRED DEPENDENCIES AND EXTENSIONS
                   numpy: yes [version 1.21.4]
                     six: yes [using six version 1.16.0]
                dateutil: yes [using dateutil version 2.8.2]
                    pytz: yes [using pytz version 2021.3]
                 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 [using pyparsing version 2.4.7]
                   pycxx: yes [Official versions of PyCXX are not compatible
                          with matplotlib on Python 3.x, since they lack
                          support for the buffer object.  Using local copy]
                  libagg: yes [pkg-config information for 'libagg' could not
                          be found. Using local copy.]
                freetype: no  [The C/C++ header for freetype (ft2build.h)
                          could not be found.  You may need to install the
                          development package.]
                     png: no  [The C/C++ header for png (png.h) could not be
                          found.  You may need to install the development
                          package.]
                   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.  pip/easy_install may attempt
                          to install it after matplotlib. / using
                          unittest.mock]
          toolkits_tests: yes [nose 0.11.1 or later is required to run the
                          matplotlib test suite.  pip/easy_install may attempt
                          to install it after matplotlib. / using
                          unittest.mock]

  OPTIONAL BACKEND EXTENSIONS
                  macosx: no  [Mac OS-X only]
                  qt5agg: yes [installing, Qt: 5.15.2, PyQt: 5.15.2]
                  qt4agg: no  [PyQt4 not found]
                  pyside: no  [PySide not found]
                 gtk3agg: no  [Requires pygobject to be installed.]
               gtk3cairo: no  [Requires cairocffi or pycairo to be installed.]
                  gtkagg: no  [Requires pygtk]
                   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  [Requires pygtk]
                     agg: yes [installing]
                   cairo: no  [cairocffi or pycairo not found]
               windowing: yes [installing, installing]

  OPTIONAL LATEX DEPENDENCIES
                  dvipng: no
             ghostscript: no
                   latex: no
                 pdftops: no

  ============================================================================
                          * The following required packages can not be built:
                          * freetype, png
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Masterzer00 avatar Mar 02 '22 14:03 Masterzer00