Installing on Mac OS Big Sur
Opened this issue · 1 comments
alraben commented
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
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.