-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tokern_worker container keep restarting with error: /docker-entrypoint.sh: 11: exec: rq: not found #109
Comments
@kevindany were you able to solve this? |
I am on a Mac M1 and I am running into this same problem. |
Looking a bit more into this, I can confirm that for some reason rq and redis packages are not installed in the python environment for whatever reason. |
Looking a bit more into this, I think that I have found the issue (though I haven't been able to successfully build my own docker container). It seems that Poetry has changed the way in which it should be installed and https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py now returns a 404. It is very likely that nothing is getting installed via Poetry and I would be shocked if any of the containers appropriately work. The new URL is https://install.python-poetry.org. |
I created a fix for this at https://github.com/hendrix04/data-lineage/tree/poetry_fix. I have tested that all containers launch and don't go into a restart loop, but haven't tested that functionality actually works. |
Steps to reproduce:
CATALOG_HOST
CATALOG_USER
CATALOG_PASSWORD
CATALOG_DB
The text was updated successfully, but these errors were encountered: