Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanleantking/1ef77489d4bee940467156bb67eb957a to your computer and use it in GitHub Desktop.
Save vanleantking/1ef77489d4bee940467156bb67eb957a to your computer and use it in GitHub Desktop.
install fastText on Ubuntu 16.04 Python 3.5
This library require some other dependencies as Scipy, numpy... and other library compile c library (gcc, python dev).
For Python ver 3.5, let's install python dev as command:
sudo apt-get install python3-dev
This will require some libs as: libpython3-dev libpython3.5-dev python3.5-dev
After clone fastText lib, cd to fastText folder and use pip instsall
pip install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment