Pat Gunn

Results 101 comments of Pat Gunn

It'd be good to provide an interface (maybe through the WebUI) to let users view background tasks, and figure out (and tell users) what happens if the server restarts before...

I am thinking about this; I haven't yet decided how to handle it. Thanks for bringing it to my attention.

Thanks for letting me know; I'll have to decide whether to move to pytest, nose2, or something else.

Do you mind telling me what version of nose you ended up with? It's still passing nose tests locally with python 3.10.4 (I ended up with nose 1.3.7). It's possible...

I looked into it more deeply and I think this is something we *could* leave be for awhile, as it only affects installs not done through conda (and conda is...

Right now we don't have any test hardware for the new ARM-based Macs, and it's likely that the new platform will run into issues like this. As soon as ARM-based...

@shunnnli Giving you an update on this: Conda support for arm64 is arriving, but it's taking awhile. I'm feeling hopeful seeing things like this: https://conda-forge.org/blog/posts/2020-10-29-macos-arm64/ but we're still waiting for...

Tensorflow is no longer an issue; there are now packages of tensorflow 2.4 linked against py38 for OSX on arm64 and x86. Right now the only real blocker from my...

Right now I'm thinking of changing our recommendations to use mamba rather than the baseline conda tools; I've had *much* more luck with making environments quickly with mamba. My understanding...

Fascinating. I wasn't aware they had fat binaries in the single-file form (I know bundles had it, but that's way easier). This makes things both easier and more confusing -...