Jeff Kriske

Results 7 comments of Jeff Kriske

Thanks, exactly. As described in the document multiple strings would probably work.

In fuel/transformers/_image.c replace instances of tstate->exc with tstate->curexc This should resolve the compilation issue.

@rrobinson-RMS I'm loading environment modules (lmod) within our ldpaths file within the R install to load sqlite and proj modules, both prepending PATH, CPATH, LD_LIBRARY_PATH, and PKG_CONFIG_PATH

Are you also loading the gdal module and can you confirm that both gdal and proj were compiled with the sqlite version you're using? For proj, I'm using 7.2.0, but...

Another note for anyone still experiencing issues. Check ldd for the gdal libraries after compilation. While testing we had no trouble, but in production, gdal would add system library paths...

This isn't a matter of pip packages not yet supported, but rather the dependency versions constraints of MetaGPT are too old. numpy

@FX-OXEDA you'd have to rebuild the container with the fix or otherwise mount the fixed file in the correct path. I'm not sure I understand why this hasn't been fixed...