I am currently using lammps for MD simulations and I try to install the lammps-interface package for converting cif file of MOFs to data files compatible with lampps , using this code https://github.com/peteboyd/lammps_interface . I follow the installation instructions and during installation it ends with an error :

ERROR: Command errored out with exit status 1:

command: 'C:\Users\kosta\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\kosta\\AppData\\Local\\Temp\\pip-install-8v15106t\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\kosta\\AppData\\Local\\Temp\\pip-install-8v15106t\\matplotlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\kosta\AppData\Local\Temp\pip-install-8v15106t\matplotlib\pip-egg-info'

cwd: C:\Users\kosta\AppData\Local\Temp\pip-install-8v15106t\matplotlib\

Complete output (47 lines):

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

Edit setup.cfg to change the build options

BUILDING MATPLOTLIB

matplotlib: yes [3.0.3]

python: yes [3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020,

23:03:10) [MSC v.1916 64 bit (AMD64)]]

platform: yes [win32]

REQUIRED DEPENDENCIES AND EXTENSIONS

numpy: yes [version 1.18.3]

install_requires: yes [handled by setuptools]

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

be found. Using local copy.]

freetype: no [The C/C++ header for freetype

(freetype2\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 'libqhull' could not

be found. Using local copy.]

OPTIONAL SUBPACKAGES

sample_data: yes [installing]

toolkits: yes [installing]

tests: no [skipping due to configuration]

toolkits_tests: no [skipping due to configuration]

OPTIONAL BACKEND EXTENSIONS

agg: yes [installing]

tkagg: yes [installing; run-time loading from Python Tcl /

Tk]

macosx: no [Mac OS-X only]

windowing: yes [installing]

OPTIONAL PACKAGE DATA

dlls: no [skipping due to configuration]

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

* The following required packages can not be built:

* freetype, png

* Please check http://gnuwin32.sourceforge.net/packa

* ges/freetype.htm for instructions to install

* freetype

* Please check http://gnuwin32.sourceforge.net/packa

* ges/libpng.htm for instructions to install png

----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

More Konstantinos Xanthopoulos's questions See All
Similar questions and discussions