I eventually got it working by `pip install -e .` into my beam dev virtual env. Otherwise I was getting a lot of errors around source roots not being found, weird problems with packages shadowing builtin names (io, etc) and others. Are there setup instructions anywhere like the java side for the "right" way to do it?
On Tue, Oct 19, 2021 at 3:23 PM Svetak Sundhar <svetaksund...@google.com> wrote: > Yes, I was able to. Specifically, are you having trouble running > individual unit tests? If so, what errors are you getting? > > > Svetak Sundhar > > Technical Solutions Engineer, Data > s <nellywil...@google.com>vetaksund...@google.com > > > > On Tue, Oct 19, 2021 at 2:13 PM Steve Niemitz <sniem...@apache.org> wrote: > >> Has anyone gotten the beam python sdk tests running in an IDE (I'm >> specifically trying with IntelliJ/PyCharm)? I didn't see anything on the >> wiki about it and haven't gotten it working yet. >> >