Carlo Beretta
Carlo Beretta
I have exactly the same issue. Should I provide anything to help with this? I am really looking forward to have Ray integrated on our Windows 10 app.
Thank you @mattip for your quick replay. Really appreciated. I think we can come up with what you suggested in the next few days and share it with you. I...
@mattip, we have put together a minimal reproducer that fails: Here is the error after building the `.exe` with pyinstalller and running the minimal GUI with `ray`: ```bash Traceback (most...
Dear All, I am trying to get mxnet for CUDA 11.0 installed. I am using: `pip install mxnet-cu110` Unfortunately I get the following: ``` ERROR: Could not find a version...
@Igg thanks for your quick reply. I am trying in Windows 10 in a conda environment. Not sure what is going on!
@Igg, Excellent point, I get the same error message when I do : ```bash $ pip install mxnet-cu102 ``` I also tried: ```bash $ pip -v install mxnet-cu102 ``` And...
I am not sure about Linux and Mac. I can give a try with the reproducer on Mac and let you know.
After `pyinstaller test_GUI.py --hidden-import=msgpack --noconfirm --clean` In Windows 10 I lunch the .exe file from the dist directory created by pyinstaller. Without `--hidden-import=msgpack` I get an error when I start...
Thank you for updating the yml file. Interesting that in Windows 10 the `colorama` dependency was not necessary. What we have also tried so far was to include (copy and...
Any news about this problem? We really need to know if to continue with ray or choose a different way.