JZ6 commented on issue #32186: URL: https://github.com/apache/superset/issues/32186#issuecomment-2651606639
> I had a similar issue trying to add libraries too in my Dockerfile, the issue was that Superset now runs using the virtual environment in /app So I fixed the issue by running `/app/.venv/bin/pip install` instead of `pip install` You might need to install pip before too: `/app/.venv/bin/python -m ensurepip` thanks for the solution, i think this should be fixed before 5.0 release as this would break for everyone who uses helm charts to install some packages right -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
