christoph
02/24/2022, 6:36 AMmeltano ui
, Gunicorn keeps presenting me with a blank HTML page asking me to compile and install the frontend code with make bundle
.
However, regardless of how many times I try and compile and install the frontend with make bundle
, Gunicorn keeps showing the blank HTML page instead of the vue app.
I installed the base python meltano app from a git master checkout (pip install -e .
). I wonder if that has something to do with my problem.emcp
02/24/2022, 7:39 PMemcp
02/24/2022, 7:39 PMedgar_ramirez_mondragon
02/24/2022, 7:49 PMpip install -e
, but poetry shell
plus make bundle
in the cloned meltano repo should work.christoph
02/28/2022, 7:07 AMpoetry
, I've only used pip-compile-multi
before. poetry
seems a full blown project management tool vs. pip-compile-multi
being a dependency management tool. I'll play around with poetry shell
I did forget to mention that I actually installed pip install
-ed meltano
into a virtualenv itself as well.
For now, the Web UI is not super critical for my use case yet.
@emcp No docker involved here. Yes, I am trying to run the latest development branch of meltano (assuming that master
would be a good development branch to choose for testing)