Pycharm docker-compose "error during parsing: uknown directive 'python3'"
When I am launching my docker-compose caddy django image from pycharm to debug, I get an error "args:2 - Error during parsing: Unknown directive 'python3'"
This does not make sense to me because inside of my image I am able to execute "python3". Any ideas?
Please sign in to leave a comment.
Hi, does the image run successfully without debugging?
Can you check if the behavior is changed if you use `python` instead of `python3` in docker compose interpreter settings? (Create a temporary symlink if necessary)