Matthew Seal

Results 380 comments of Matthew Seal

Yes that would be perfect! Thanks for offering to help :)

I'm a bit swamped so haven't been able to add QOL issue PRs here, like this one. Happy if someone else wanted to start adding this in a PR :heart:....

Yeah current workaround is to catch the exception and if it's a Kernel died message to retry. This will only happen on initialization as it's bringing up the kernel and...

What python version are you using? This looks like a low-level conda packaging issue trying to load the black library. I expect building a new conda environment or forcing a...

Oh also I believe the 2.0 build had an issue with the black dependency -- try using 2.1.0 or 2.1.1 instead of 2.0.0.

That looks like something wrong in black. Perhaps this issue: https://github.com/psf/black/issues/1223. What version of black are you using? Try upgrading that if it's an older version.

Alright. I'd open an issue on the https://github.com/python/black repo. I'm not sure why this error is occurring for you but I can't reproduce it. As a last try for fixing...

@willingc Do you think you could get some eyes from black to look at the issues made there on this topic?

Maybe try an older version of black -- I'm waiting to hear from the issue linked above because there's not a lot papermill can do about fixing the error afaik.

Thanks for the heads up. I'll look at getting that patched for future packages if no one else gets to it first.