python - Pytest - Error No Module Named Sqlalchemy -


i tried import sqlalchemy pytest file when tried run shows error, though have installed sqlalchemy.

    new.py:1: in <module>     import sqlalchemy e   importerror: no module named sqlalchemy 

my code :

import pytest import sqlalchemy 

the code when importing sqlalchemy. how fix it? in advance


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -