mkusner / wmd

Word Mover's Distance from Matthew J Kusner's paper "From Word Embeddings to Document Distances"
537 stars 132 forks source link

installation issues solved #21

Open christinazavou opened 6 years ago

christinazavou commented 6 years ago

i had installation issues similar to before-mentioned ones.

running sudo apt-get install python-dev # for python2.x installs or sudo apt-get install python3-dev # for python3.x installs and removing ";" from include Python.h; in emd.h

solved the problems