Hi! i installed python3 -m pip install --upgrade a...
# troubleshoot
a
Hi! i installed python3 -m pip install --upgrade acryl-datahub library but when im importing Pipeline from this library i get ModuleNotFoundError: No module named 'datahub.metadata'. How can i solve this?
1
g
Hi @average-dentist-82800 Please confirm both python are same, it might be possible while importing the library, the python or python environment is different then where initially you have installed the library
a
@gentle-hamburger-31302 yes, ive created a .venv folder. So it should be the same python
g
What does
datahub --version
show?
a
Screenshot 2023-05-25 at 3.11.27 pm.png
a
are you trying to modify datahub or just use it?
a
I wanted to deploy datahub snowflake ingestion inside lambda in AWS but dependencies for snowflake is more than 500 MB. So I was looking at other ways to doing it.