polyglot depends on numpy and libicu-dev, on ubuntu/debian linux distribution you can install such packages by executing the following command:
In [ ]:
sudo apt-get install python-numpy libicu-dev
In [ ]:
git clone https://github.com/aboSamoor/polyglot
Once you have the source, you can install it into your site-packages with:
In [ ]:
python setup.py install