``` pip install -e . Obtaining file:///home/gama/S...
# ingestion
b
Copy code
pip install -e .
Obtaining file:///home/gama/SDAP/datahub/metadata-ingestion
    ERROR: Command errored out with exit status 1:
     command: /home/gama/SDAP/datahub/metadata-ingestion/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/gama/SDAP/datahub/metadata-ingestion/setup.py'"'"'; __file__='"'"'/home/gama/SDAP/datahub/metadata-ingestion/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-fs5vr9kr
         cwd: /home/gama/SDAP/datahub/metadata-ingestion/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/gama/SDAP/datahub/metadata-ingestion/setup.py", line 57, in <module>
        packages=setuptools.find_namespace_packages(where="./src"),
    AttributeError: module 'setuptools' has no attribute 'find_namespace_packages'
    ----------------------------------------
WARNING: Discarding file:///home/gama/SDAP/datahub/metadata-ingestion. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
c
Hi @brief-toothbrush-55766 facing the same issue did you manage to fix
@brief-toothbrush-55766 as you can try running "pip3 install --upgrade setuptools" as suggested by @loud-island-88694 and run pip install -e . it worked for me
b
hi @curved-crayon-1929 unfortunately no, and i totally dont have an idea where to start looking for the issue. What i know is that I was able to ingest metadata from the same source before. What changed is that I synched my local repo to the latest on master. Then a few stuff broke, like not being able to ingest and also on the react-ui I get an error when I try to view a dataset
c
well, I am just a beginner maybe @gray-shoe-75895 can help you with this.
l
@brief-toothbrush-55766
setuptools
issue should be gone when you upgrade. For the UI issue, please see response from @big-carpet-38439 on #datahub-ui
g
Thanks @loud-island-88694 and @curved-crayon-1929. @brief-toothbrush-55766, let me know if you’re still having issues. If it worked, I’ll update the docs to add this step
b
After upgrade all is working fine, thnks