Пытался ставить в ubuntu библиотеку
sudo pip install python-LevenshteinПри попытке скомпилиться вылетала ошибка
Levenshtein.c:99: fatal error: Python.h: No such file or directory compilation terminated.Лечение очень простое, нужно поставить пакет python-dev (Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications.)
sudo apt-get install python-dev