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
Post a Comment