8000 just get started and failed to import modules · Issue #51 · seanharr11/etlalchemy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
just get started and failed to import modules #51
Open
@ilovefood2

Description

@ilovefood2

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0