Re: alembic upgrade heads

2021-08-25 Thread Mike Bayer
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 
>   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 sqlalchemy-alembic+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sqlalchemy-alembic/4f75ea87-1ebf-4180-acae-abf3776cedc4n%40googlegroups.com
>  
> .

-- 
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 sqlalchemy-alembic+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy-alembic/1fe98760-dcb3-4ab8-9bb6-54dce06bae77%40www.fastmail.com.


alembic upgrade heads

2021-08-25 Thread Vinod Rao
Hi all:

I have been struggling to solve the following error:

File "/virtual_env/bin/alembic", line 5, in 
  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 sqlalchemy-alembic+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy-alembic/4f75ea87-1ebf-4180-acae-abf3776cedc4n%40googlegroups.com.