dat-linux commented on issue #19986: URL: https://github.com/apache/superset/issues/19986#issuecomment-1143438882
> The same here. Any workaround? I used [pyenv](https://github.com/pyenv/pyenv) to get 3.9 installed alongside 3.10 in [DAT Linux](https://datlinux.gitlab.io/). ``` apt-get install --yes libsqlite3-dev libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libgdbm-dev lzma lzma-dev tcl-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev wget curl make build-essential python3-openssl git clone https://github.com/pyenv/pyenv.git $HOME/skel/.pyenv $HOME/.pyenv/bin/pyenv install 3.9.13 ``` You then use `$HOME/.pyenv/versions/3.9.13/bin/python3 -m pip install ..` Or, create a venv using the above python path, then call *that* python executable when in the venv. See code here for example: https://gitlab.com/datlinux/cari-plugin-superset/-/blob/main/lib/utils.bash -- 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]
