pypi installation vs. dependencies #41902
Replies: 1 comment
-
|
Hi @maederm! I'm Dosu and I'm helping the Apache Superset team. Your observation is correct — there is a real gap between Docker and PyPI installations. The root cause is that Docker builds install from Here's what's happening with your three workarounds:
To answer your questions:
To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm using Superset using the pypi installation method. It makes it easier to add DB drivers and other dependencies.
However, it seems that some workarounds are needed for it to work, which I wouldn’t need with the Docker method. As of 6.1.0, I needed to add these extra dependencies which I assume should live in the project's pyproject.toml.
Additional entries required for 6.1.0:
It seems that I can't expect the dependencies in
pyproject.tomlto be up to date. Is that assumption correct?Should I use something like
uv pip compilewith the base.txt instead?Or is this something that should work, and could I contribute a fix
Beta Was this translation helpful? Give feedback.
All reactions