Starting Python External language in container generates error
I'm trying to get the python external language server started up in a container I am starting. The container is up and running but I cannot get the python language server to start.
This is the error that is coming back when trying to start the language server. I have tried creating a custom image with that package installed but it still does not work. Is there something specific that needs to be done to to get this working? (FYI, I have the dotnet version working but creating a custom image and installing the dotnet runtimes via a docker file)
Base iris container:containers.intersystems.com/intersystems/irishealth:2024.1
"On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt install python3.10-venv"