dbpedia / fact-extractor

Fact Extraction from Wikipedia Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt cannot be installed

SRL94 opened this issue · comments

commented

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

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.