Error using Docker in Pycharm

Answered

I'm trying to follow this tutorial: https://www.jetbrains.com/help/pycharm/using-docker-as-a-remote-interpreter.html#

But I'm not able to add a Python interpreter:

OCI runtime create failed: container_linux.go:345: starting container process caused \"exec: \\\"/usr/bin/python3\\\": stat /usr/bin/python3: no such file or directory\": unknown

0
1 comment

Hi, change "busybox:latest" image to "python:latest". Busybox doesn't have `/usr/bin/python3` inside.

0

Please sign in to leave a comment.