Open
Description
I found this from google while I needed to migrate a database from mssql to mysql,
after pip3 install etlalchemy and trying to run basic set up then i got error with module not found.
from etlalchemy import ETLAlchemySource, ETLAlchemyTarget
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-3-f974eee54d4e> in <module>
----> 1 from etlalchemy import ETLAlchemySource, ETLAlchemyTarget
//anaconda3/lib/python3.7/site-packages/etlalchemy/__init__.py in <module>
----> 1 from ETLAlchemySource import ETLAlchemySource
2 from ETLAlchemyTarget import ETLAlchemyTarget
ModuleNotFoundError: No module named 'ETLAlchemySource'
Im on macOS mojave 10.14.6 and anaconda python 3.7.3
any idea how to fix this ?
Metadata
Metadata
Assignees
Labels
No labels