seems like you should ensure that Alembic is installed in the current Python environment. looks like it is not installed correctly.
On Wed, Aug 25, 2021, at 2:23 PM, Vinod Rao wrote: > Hi all: > > I have been struggling to solve the following error: > > File "..../virtual_env/bin/alembic", line 5, in <module> > from alembic.config import main > ModuleNotFoundError: No module named 'alembic.config' > > Please let me know if any resolution on it. > Thanks. > Regards, > Vinod Rao > > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy-alembic" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sqlalchemy-alembic/4f75ea87-1ebf-4180-acae-abf3776cedc4n%40googlegroups.com > > <https://groups.google.com/d/msgid/sqlalchemy-alembic/4f75ea87-1ebf-4180-acae-abf3776cedc4n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy-alembic/1fe98760-dcb3-4ab8-9bb6-54dce06bae77%40www.fastmail.com.
