Olivier Evers

Results 4 comments of Olivier Evers

Looking at `rqd\rqd\rqcore.py`, I see that `FrameAttendantThread.runWindows` uses `_createCommandFile` to save the command to a `.bat` file and then `subprocess.Popen` the `.bat` file. A direct call to the command would...

also, if an intermediate file is mandatory, why not consider a powershell script instead (which does not seem the need of escaping characters if we use quotes) ? `subprocess.Popen(['powershell', 'path/to/command.ps1'])`...

I would be very interested in improved performance as well. In that regard I was wondering if the use of CuPy could be a lead ?

Hello here I have a similar experience: - first, a hash problem with openimageio\portfile.cmake - then, ensurepip problem (https://discourse.cmake.org/t/cmake-error-failed-to-ensurepip/10019) - after, it's pybind11 not found - spdlog - ... and...