Anton Rau

Results 4 comments of Anton Rau

It seems the solution is quite simple: one can add the following lines in main.py: ``` import ptvsd ptvsd.enable_attach(redirect_output=True) ``` and then use such VSCode launch.json config as: ``` {...

Yes, i just rolled back to 1.5.22. Thank you in advance for fixing this issue :)

Unfortunately, in version 1.6.4 the parsing behavior is still not as it was in 1.5.22. For instance, knitr does not recognize markdown commands and there are no line separation as...

Can confirm the error on Ubuntu 20.04. I also was trying to set locale settings (found this example for 20.04 Docker image: https://github.com/pharmbio/cellprofiler-docker/blob/master/v4.0.6/Dockerfile), but still getting the same error. Mahotas...