SecretDeveloper

Results 13 comments of SecretDeveloper

### To fix "langchain and EdgeGPT", use these commands ` pip uninstall langchain ` ` pip install "langchain

@geekan A little while ago I tried again with another prompt for another project, and it seems to have worked, in case it crashes again is there a command to...

@iorisa Name: metagpt Version: 0.7.6 Summary: The Multi-Agent Framework Home-page: https://github.com/geekan/MetaGPT Author: Alexander Wu Author-email: [email protected] License: MIT Location: /home/vscode/.local/lib/python3.11/site-packages Requires: aiofiles, aiohttp, aioredis, anthropic, anytree, beautifulsoup4, channels, faiss-cpu, fire,...

@iorisa **I updated it to _main_ branch, but now I have this problem:** ```bash 2024-03-14 18:41:23.844 | INFO | metagpt.const:get_metagpt_package_root:29 - Package root set to /workspaces/MetaGPT /home/vscode/.local/lib/python3.11/site-packages/langchain/vectorstores/__init__.py:35: LangChainDeprecationWarning: Importing vector...

P.S. I already tried, to uninstall langchain-community, and reinstall it but it gives everytime the same error.

I have updated the main code, and used "https://api.anthropic.com" as base url. But it seems incompatible with Github Codespace? ```bash $ metagpt "" 2024-03-21 11:51:23.880 | INFO | metagpt.const:get_metagpt_package_root:29 -...

@geekan I sent these commands: ```bash $ pip uninstall metagpt $ git pull $ pip install -e . ```

@better629 I'm on 2 core github codespace, I retrieve some info about the system: ```bash $ uname -a Linux codespaces-3fb395 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64...

@better629 There are the outputs: Before sending "apt-get remove -y --auto-remove sqlite3 and apt -y install sqlite3 libsqlite3-dev" ```bash $ sqlite3 --version bash: sqlite3: command not found $ python3 Python...

@better629 Sorry for the delay in replying but I've been busy. So precompiled sqlite3 doesn't work because it requires GLIBC_2.33 and GLIBC_2.34. I tried to update it but the latest...