Jeff Kriske
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...
Related issue: https://github.com/langchain-ai/langchain/issues/24614 Example tutorial: https://python.langchain.com/v0.2/docs/integrations/tools/bing_search/ I'd rather not downgrade, but I'm having trouble moving any further while this is still an issue. Does anyone have a workaround besides downgrading...
@karthikcs nice wrapping tool_input with dict() seemed to work for me as well, the location has been changed to https://github.com/langchain-ai/langchain/blob/master/libs/core/langchain_core/tools/base.py#L477 instead of 530 Edit: It's not the only place in...
@tahsinalamin It's cool that that worked for you, but there is a much larger issue that doesn't have anything to do with PythonREPL and is how the library is handling...