seanharr11 / etlalchemy

Extract, Transform, Load: Any SQL Database in 4 lines of Code.
MIT License
556 stars 83 forks source link

Installing on Mac OS Big Sur #55

Open alraben opened 2 years ago

alraben commented 2 years ago

Hi,

I have problem installing it on Big Sur.

pip3 install etlalchemy

python3 migration.py

and I have the following error:

Traceback (most recent call last): File "migration.py", line 1, in from etlalchemy import ETLAlchemySource, ETLAlchemyTarget File "/Users/alraben/Library/Python/3.8/lib/python/site-packages/etlalchemy/init.py", line 1, in from ETLAlchemySource import ETLAlchemySource ModuleNotFoundError: No module named 'ETLAlchemySource'

Can somebody help me?

thanks

pkej commented 2 years ago

I had to use python2.7. I rolled a dockerfile and published it on my github. Take a look there if you didn't abandon this already and found another method.