bt-88 commented on issue #32733:
URL: https://github.com/apache/superset/issues/32733#issuecomment-2774779481

   > I just ran into this, I am building my own Docker image successfully on 
top of 5.0.0rc1 and `uv` installing packages there. But when I switched to 
4.1.2rc1 I had to change the Dockerfile to install the packages just with `pip` 
instead of `uv`.
   > 
   > The other thing that would help here is versioned docs, because you are 
seeing instructions that got introduced to the repo after 4.1.1. If you could 
see a 4.1.1 version of the docs it would say to just `pip` install - and then 
that, plus checking out the repo to the appropriate tag as 
[@mistercrunch](https://github.com/mistercrunch) suggests, would do it.
   > 
   > Versioned docs should be in the pipeline with the Superset Improvement 
Proposal SIP-156: [#32625](https://github.com/apache/superset/issues/32625)
   
   Same here. I had to adjust the `docker/docker-bootstrap.sh` because it 
installs the packages in`requirements-local.txt`via `uv`.


-- 
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]

Reply via email to