sino1641 commented on issue #31600:
URL: https://github.com/apache/superset/issues/31600#issuecomment-2559591310

   Hi so it seems like a different scenario from my situation.
   Generally, there are two methods:
   1. replace all `uv pip install` to `uv pip install --system`:
   `sed -i 's/uv pip install/uv pip install --system/g' 
docker/docker-bootstrap.sh`
   2. create a venv :
       ```bash
       uv venv .venv
       source .venv/bin/activate
       ```
       <img width="402" alt="Snipaste_2024-12-23_20-14-47" 
src="https://github.com/user-attachments/assets/c51f66eb-d893-48cd-8917-0e0abaac93ff";
 />
   


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