Hi Guys,
I am trying to import sqlalchemy module in my Python code. But it is showing the below error.
$ import sqlalchemy
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named sqlalchemy
How can I solve this error?