Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just get started and failed to import modules #51

Open
ilovefood2 opened this issue Sep 28, 2019 · 4 comments
Open

just get started and failed to import modules #51

ilovefood2 opened this issue Sep 28, 2019 · 4 comments

Comments

@ilovefood2
Copy link

ilovefood2 commented Sep 28, 2019

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 ?

@ReneNyffenegger
Copy link

Same here, on Windows, Python 3.8.0

@ilovefood2
Copy link
Author

looks like this is not maintained anymore

@orzalter
Copy link

orzalter commented Oct 31, 2019

you can change to “ from .ETLAlchemySource import ETLAlchemySource ” in etlalchemy.init file to fix it ;
but it still have a lot of error in python 3.7

@tpow
Copy link
Contributor

tpow commented Mar 15, 2020

I just saw this and thought I would respond even though it is really old. I have a branch that has changes to support python 3.x that may be helpful to you:

https://github.com/tpow/etlalchemy/tree/python3-compat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants