Jim Kring
Jim Kring
@kayhayen there is a great discussion going [here](https://github.com/colesbury/nogil/wiki/Common-issues-with-extensions) and a FAQ developing called [Common-issues-with-extensions](https://github.com/colesbury/nogil/wiki/Common-issues-with-extensions), I'm guessing that this will be relevant to nuitka running in nogil and/or 3.12 in the...
Hi Mark, I think you’re right that github hosted runners do not have GPUs. Yet, the compilation and build process does not require GPUs — it just requires the cuda...
Here's an addition to @robinbowes code that uses a [pydantic](https://github.com/pydantic/pydantic/) model (1) to make it easy to declare (2) and obtain the options (3) in a way that's a little...
I need this feature, too. I posted some code related to working around this, [here](https://github.com/tiangolo/typer/issues/296#issuecomment-1381269597). The workarounds are "OK" but not great.
I have the same behavior on Ubuntu. - the —kill arg doesn’t have any effect - a new instance of LV opens for each gcli command. (I actually kind of...
I think that the Ubuntu/Gnome desktop has a mechanism to open files in an already running instance of an app. I think I've seen this work with LabVIEW once or...
Hi James. I'm not sure if I quite understand the different options you mentioned. My thinking is that the current behavior of G-CLI is that it is up to the...
PS: @colesbury - thanks for all your work on nogil and I'm very excited to see [PEP 703](https://peps.python.org/pep-0703/)!
I noticed that I get similar issues when I try to install numpy: ``` $ python -m pip install NumPy Collecting NumPy Using cached numpy-1.24.1.tar.gz (10.9 MB) Installing build dependencies...
Update: Using the `--verbose` flag showed that it was hanging up while prompting for agreement to the license terms. I followed [the notes here](https://stackoverflow.com/a/74071222) and used the following command to...