fact-extractor icon indicating copy to clipboard operation
fact-extractor copied to clipboard

requirements.txt cannot be installed

Open SRL94 opened this issue 6 years ago • 2 comments

I am using Linux and running "pip install -r requirements.txt", but I got the following issue when the MATPLOTLIB is installing: screenshot_2018-11-05_15-30-21

SRL94 avatar Nov 05 '18 07:11 SRL94

Hi, from here it looks like you have to install the development packages of freetype. The suggested solution is to run apt-get install libfreetype6-dev pkg-config, but the exact command depends on your Linux distro.

e-dorigatti avatar Nov 05 '18 20:11 e-dorigatti