-
I just want to start a fresh docker-compose instance of hue, but I'm getting the following error:
That happen since the latest image of gethue/hue:latest. Is it an image problem? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi @Basserado, most probably image is missing the |
Beta Was this translation helpful? Give feedback.
-
I am also facing exact same issue
|
Beta Was this translation helpful? Give feedback.
-
I have created a PR and fixed the problem |
Beta Was this translation helpful? Give feedback.
-
We have removed the Users can add the package explicitly if they want to have MySQL. For Hue's database, you can alternatively use other database like postgres! |
Beta Was this translation helpful? Give feedback.
We have removed the
mysqlclient
package from our requirements.txt because of licence issues.mysqlclient
is GPL licensed vs Hue which is Apache licensed.Users can add the package explicitly if they want to have MySQL.
For Hue's database, you can alternatively use other database like postgres!
https://docs.gethue.com/administrator/installation/dependencies/#postgresql
https://docs.gethue.com/administrator/installation/dependencies/#macos (refer postgres steps)