Eugene Brodsky

Results 132 comments of Eugene Brodsky

Thank you!! 1. Confirmed fixed :heavy_check_mark: 2. Confirmed workaround :heavy_check_mark: 3. Confirmed fixed :heavy_check_mark: 4. Sounds good now that I know to expect it, and actually this may be a...

> I put in a check for these emulators and fall back to asking the user to resize the window manually. I also did some more work on the forms...

@lstein I re-tested this and all works. I also pushed a commit fixing UI model selection that broke due to change in naming from `pipeline` to `main`

Thanks - good catch. This docker setup is more tailored to desktop use, where this `chown` is needed to prevent permission unpleasantries. However, we could ignore the failure to change...

Thanks for reporting the issue. We opened a PR to hopefully get a fix in the upstream library which causes `pip` to crash when installing it. But in the meantime....

it seems you've got Torch installed in your global environment (`dist-packages`). I suspect this is throwing some kind of a wrench in the works. It's not a configuration we test...

Interesting, it seems the error is actually coming from `tensorboard`. You might want to try the same uninstall/reinstall step with that package. Ultimately you don't want any additional packages installed...

> Is OpenSSL guaranteed to be available on windows? That is a very good point. It seems that `curl` should be built with the `openssl` backend, and I don't think...

We resolved this a while back when we moved to Python-based installer.

thx @tildebyte, I updated the command in the PR description. maybe we could ask someone in Discord to give this a try?