Hi,
Does anybody know why pycharm can't make the python sdk work? I did some searching but it doesn't appear to be an issue on github (except: https://github.com/dagger/dagger/issues/3701 - which appears to be a correctness thing) or here on discord so I thought I'd just ask in case I've missed or misunderstood something.
None of the dagger modules or methods are found. If I run the main.py file with either python3.11 main.py or dagger run main.py the thing works. But, for instance autocompletion or error detection don't work. I've tried it on multiple machines and OS's and I've included screenshots from my mac.
It does work in with nodejs (in pycharm) and in goland with go. It also works when I open the same python directory in vscode. It seems to be only pycharm and the python sdk. I'd really like to use dagger and push it at work but many of my colleagues use pycharm and only know python.