Alice Miller
09/29/2022, 6:32 AMEric Hansander
09/29/2022, 7:38 AMThierry
09/29/2022, 10:28 AMGitHub
09/29/2022, 12:26 PMMarco Bianco
09/30/2022, 5:14 AMJerome Montino
09/30/2022, 8:37 AMJerome Montino
09/30/2022, 8:44 AMGitHub
09/30/2022, 1:42 PMNathan Sweet
09/30/2022, 3:51 PMuki
09/30/2022, 5:09 PMAJ Elliott
09/30/2022, 7:15 PMzross
10/01/2022, 8:46 AMGitHub
10/01/2022, 10:29 AMSriram Sivakumar
10/01/2022, 10:57 AMRuben Bosch
10/01/2022, 2:30 PMSean Birchall
10/02/2022, 1:27 AMRPostgreSQL
in their R environment?
Keep getting the same error message in the screenshot, even if I install Postgres first.
sudo apt-get install libpq-dev
sudo sh -c 'echo "deb <http://apt.postgresql.org/pub/repos/apt> $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - <https://www.postgresql.org/media/keys/ACCC4CF8.asc> | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql
Rscript -e 'install.packages("RPostgreSQL", dependencies=TRUE, repos="<http://cran.rstudio.com/>")'
viresh dhawan
10/02/2022, 5:48 AMviresh dhawan
10/02/2022, 5:58 AMSerhii
10/02/2022, 3:21 PMLuca Scimone
10/03/2022, 8:43 AMLinh-quan HA
10/03/2022, 8:54 AMGitHub
10/03/2022, 3:24 PMLex Avstreikh
10/03/2022, 3:57 PMjuanlu
Marc H. Guirand
10/05/2022, 5:35 AMAlexsander Pereira
10/05/2022, 3:01 PMFailed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "dbc00419165f73b0ba32733416e822c3c5c42a30787782f78475670ac50171fe" network for pod "orchest-controller-85df7b958b-9kn4c": networkPlugin cni failed to set up pod "orchest-controller-85df7b958b-9kn4c_orchest" network: add cmd: Error received from AddNetwork gRPC call: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:50051: connect: connection refused", failed to clean up sandbox container "dbc00419165f73b0ba32733416e822c3c5c42a30787782f78475670ac50171fe" network for pod "orchest-controller-85df7b958b-9kn4c": networkPlugin cni failed to teardown pod "orchest-controller-85df7b958b-9kn4c_orchest" network: del cmd: error received from DelNetwork gRPC call: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:50051: connect: connection refused"]
Can someone help me? It's a production cluster.Alexsander Pereira
10/05/2022, 5:47 PM[W 2022-10-05 17:45:33.160 ServerApp] HTTP 500: Internal Server Error (Error attempting to connect to Gateway server url '<http://jupyter-eg-e4fd61e1-cfee-426a0bee97bf-8b41-4d2e:8888/jupyter-server-e4fd61e1-cfee-426a0bee97bf-8b41-4d2e>'. Ensure gateway url is valid and the Gateway instance is running.)
GitHub
10/05/2022, 6:14 PMAllan Sene
10/06/2022, 12:09 AMGitHub
10/07/2022, 11:32 AMnode-agent
image pushing and pulling for k8s for docker for desktop by @fruttasecca in #1328
• Use -exec ... +
notation for find
to copy build context by @yannickperrenet in #1335
• Don't concurrently push or pull images by @fruttasecca in #1341
• Right align ellipsis menu in projects table by @mausworks in #1344
• Change copy to "import complete" instead of "upload complete" by @mausworks in #1345
• Fix: Environment build logs sometimes are failed to render. by @iannbing in #1342
• Tweak CPU resource requests by @yannickperrenet in #1346
• Support scrolling horizontally in the pipeline editor when holding Shift by @mausworks in #1334
Full Changelog: v2022.10.1...v2022.10.2
orchest/orchest