alberttwong commented on issue #24015:
URL: https://github.com/apache/superset/issues/24015#issuecomment-1841413417
When using single quickstart superset image, I can add the driver.
```
atwong@Albert-CelerData ~ % docker exec -it superset bash
superset@8a414c46c3de:/app$ pip install starrocks
Defaulting to user installation because normal site-packages is not writeable
Collecting starrocks
Downloading starrocks-1.0.5-py3-none-any.whl (10 kB)
Requirement already satisfied: mysqlclient<3,>=2.1.0 in
/usr/local/lib/python3.9/site-packages (from starrocks) (2.1.0)
Requirement already satisfied: sqlalchemy-utils<0.39,>=0.38.3 in
/usr/local/lib/python3.9/site-packages (from starrocks) (0.38.3)
Requirement already satisfied: sqlalchemy<2,>=1.4 in
/usr/local/lib/python3.9/site-packages (from starrocks) (1.4.36)
Requirement already satisfied: greenlet!=0.4.17 in
/usr/local/lib/python3.9/site-packages (from sqlalchemy<2,>=1.4->starrocks)
(3.0.1)
Installing collected packages: starrocks
Successfully installed starrocks-1.0.5
[notice] A new release of pip is available: 23.0.1 -> 23.3.1
[notice] To update, run: pip install --upgrade pip
```
--
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]