Ralph Urlus

Results 27 comments of Ralph Urlus

Thanks for taking a look. Sounds good. I'll leave it up to you if you want to close the issue or leave it open.

For `pip >= 23.0` I needed to switch to: ```shell pip install \ --config-settings="--global-option=build_ext" \ --config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \ --config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \ pygraphviz ``` rather than the documented: ```shell...

Ah yes, I hadn't realized. We don't support 3.7 through the binding library which is 3.8+. So unfortunately that's a hard limit for us. We could condition the minimum version...

Yes, my bad I changed the filename last minute. I'll push a fix in a bit.

Sorry, my laptop doesn't support 3.7 so I'd perhaps relied too much on the CICD for this work smoothly. I figured out the issue, apparently `sys.version_info > (3, 7)` is...

Hi @MaartenGr, sorry for the stall on this, I'm hoping to pick this back up soon. I did run into a (known) issue with multiple OpenMP binaries being loaded but...

> Just wanted to follow up on this @RUrlus! I'm on holiday, you'll have to be a bit more patient.