Jacques Fize
Jacques Fize
Hi, I got the same error using Anaconda on MacOS. To answer this issue, I used the dedicated repository on Conda Forge : https://anaconda.org/conda-forge/fa2 Hope it helps !
Hi, I run in the same problem... To make it work, I created a folder "gem/intermediate" in my working directory. Bests, Jacques
@lpofredc @rastaferraille Did the update of greenlet fix the setup ?
Hi! Thanks for your feedback ! Concerning the `graph` module import bug. Are you still in the Gmatch4py directory ? In this case, python will import unbuilt modules from the...
Hi @pkrezel, To be considered as a weight rename your edge/node attribute to "weight". If my memory is correct, it should by default if you build your weighted graph from...
Hi @verazuo, did you install Xcode Command Line Tools (`xcode select --install`) ?
For the compilation warning, don't worry about it 😄 it should not affect the module! However, for the CFLAG parameter, it is weird! Did you try to install the Xcode...
oops x) I gave you the wrong command ! This one should work : `xcode-select --install`
Hummm.... From what I found, it seems that the last update of mac OS is responsible : https://github.com/pandas-dev/pandas/issues/23424#issuecomment-434497519 Maybe it can be fixed using this solution : https://github.com/pandas-dev/pandas/issues/23424#issuecomment-435612148
Hi @verazuo, Thanks for the detailed post! 😄 I'll add the `CFLAGS=-stdlib=libc++` for Mojave users in the readme! **The import issue** Basically, `Gmatch4Py` used Cython, a C/Python binding module which...