Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQs about local deployment #99

Closed
BlankCheng opened this issue Nov 23, 2023 · 3 comments
Closed

FAQs about local deployment #99

BlankCheng opened this issue Nov 23, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation Stale

Comments

@BlankCheng
Copy link
Contributor

BlankCheng commented Nov 23, 2023

Here is a central FAQ for some commonly asked problems you might confront in local host. Thanks to all contributors for sharing their questions and solutions!

Q: Frontend npm run failed.
A: Firstly, we've removed some incompatible packages now, you might pull the latest version and try again. Second, please first try checking the node and npm versions. The node 18.7.0, npm 8.15.0 or node 21.0.0 + npm 10.2.0 pair work for now.

Q: Docker host raises "backend overload".
A: It is an issue of auto plugin selection install, and already been fixed in PR #98. Please try the latest dockerfile and code.

Q: Docker parameter config.
A: Some environmental parameters are personalized according to your env. Please check README docker deploy to follow the detailed parameters for the docker config before building.

Q: Python 3.11 raises "ValueError: 'not' is not a valid parameter name".
A: It's a conflict between python and pydantic version. You can update pydantic version (1.10.2) according to this issue.

Q: Where is kaggle.json?
A: You should sign up to Kaggle first and download your own API key file. Next, placing it as ~/.kaggle/kaggle.json should let the app find it.

Q: Flask stuck after loading all the plugins.
A: In docker, it needs more time to start the application. If it takes a long time, please check if you have internet access to external websites especially when you are in cn because some plugin APIs might require it.

Q: Web UI is running in localhost, but the response is stuck.
A: Empirically it is mostly likely a proxy issue. Please check if you have internet access to external websites especially when you are in cn because LLM API calls require it.

Q: Where is the "xlang-code-interpreter" code? Where is the user system code?
A: We didn't release these parts because they are not relevant to the core of this open-source project and thus a bit tedious to put here. However, we upload the "xlang-code-interpreter" on dockerhub for anyone to execute python code in sandbox safely. You can see details here.

Q: How to contribute to this repo?
A: We sincerely welcome all contributors to join. We can improve and maintain OpenAgents together! You might want to take a look at the CONTRIBUTING and start your journey!

The issue will be kept updated!🔥

@BlankCheng BlankCheng added the documentation Improvements or additions to documentation label Nov 23, 2023
@BlankCheng BlankCheng pinned this issue Nov 23, 2023
@zhaozhong
Copy link

How to change system language(i18n)? I tried http://localhost:3000/zh and nothing happened.
And in next-i18next.config I set defaultLocale: 'zh', it's not working too.

Copy link

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

@github-actions github-actions bot added the Stale label Nov 27, 2023
Copy link

github-actions bot commented Dec 1, 2023

This issue was closed because it has been stalled for 4 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Stale
Projects
None yet
Development

No branches or pull requests

2 participants