Bas Nijholt

Results 382 comments of Bas Nijholt

Also awkward way of generating parameters: ``` python parameters = { 'BHZ': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'M': 0.8}, 'QAH': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'mu': 0.8}} p_BHZ...

Seems related to https://github.com/Textualize/rich/issues/1052.

Thanks for your quick reply. I don't think it is possible to capture the output of a multiprocessing step, if the to-be-pickled function has output on the import. Imagine there...

OK thanks! Are you aware of some sort of workaround? Somehow in Jupyter notebook there is no problem: ![image](https://user-images.githubusercontent.com/6897215/176434392-18262f80-cc12-4b56-ab96-6831514b896e.png) Does that teach us anything?

I have asked [this question on StackOverflow](https://stackoverflow.com/questions/72883773/capture-redirect-all-output-of-processpoolexecutor), hopefully, it will help me to solve this issue.

I just encountered this problem, @sashafklein [solution](https://github.com/shanalikhan/code-settings-sync/issues/1079#issuecomment-565888891) worked for me.

@adshao, I have to admit I do not understand why this error occurs. Can you give me any suggestions?

I have removed the duplicate function now, thanks for the help!

Should be fixed now! :)

Also having this issue, I just disabled `SELinux`, but a better fix would be nice :)