Importerror: no module named yaml solution [How to Solve]

problem : I got the “ImportError: No module named yaml ” error when I attempted  to install NLTK toolkit to my ubuntu system.

solution:

yaml library for python seems to not be installed on your system.

On ubuntu system just do a :

sudo apt-get install python-yaml

On windows

easy_install python-yaml

easy_install rosinstall

 

When installing under the window, it may not have its own installation easy_install, we need to install it manually

First download the easy_install installation package, download address:
http://pypi.python.org/pypi/setuptools

Find ez_setup.py on the page and download it and execute it

It is troublesome to download  PyYAML-3.10.win32-py2.7.exe directly

 

Similar Posts: