Hey Folks, I download the datahub sourcecode, but ...
# ingestion
f
Hey Folks, I download the datahub sourcecode, but I have lots of python lib do not install automatically when compile module ‘_*metadata-ingestion*_’, I am not very familiar with python, how can I solve this problem? thanks~
g
The dependencies are installed into a python “venv”, which is located in
metadata-ingestion/venv
. You can activate this environment by running
source metadata-ingestion/venv/bin/activate
, and you might need to configure your editor accordingly
f
I solved this problem, thanks very much~❤️
g
Awesome!