I have just installed tabulate for python in order to tabulate my output in the terminal. When ever i try to import tabulate into python 3.4, it gives me an error saying
ImportError: No module named 'tabulate'
But, whenever I import it into a python2.7 console it seems to work. Can you please help me try to get this to work in python 3.4. My OS is linux.