我在按照https://github.com/xlang-ai/OpenAgents/blob/main/backend/README.md配置环境之后,在使用
export FLASK_APP=backend.main.pyflask run -p 8000
显示了以下内容:
(openagents) ➜ OpenAgents git:(main) ✗ export FLASK_APP=backend.main.pyflask run -p 8000
Dependencies for InstructorEmbedding not found. The auto selection feature of plugins agent will return random elements.
75%|███████▌ | 12/16 [00:00<00:00, 35.47it/s]/Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/DreamInterpreter/openapi.yaml and DreamInterpreter/paths/init.py do not match. Load the later.
/Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/XWeather/openapi.yaml and XWeather/paths/init.py do not match. Load the later.
100%|██████████| 16/16 [00:00<00:00, 32.60it/s]
Error: Failed to make the request WOLFRAM: HTTPSConnectionPool(host='www.wolframcdn.com', port=443): Max retries exceeded with url: /images/icons/Wolfram.png (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(54, 'Connection reset by peer')))
请问“Dependencies for InstructorEmbedding not found.”这个报错需要解决吗?
开发者您好!
我在按照https://github.com/xlang-ai/OpenAgents/blob/main/backend/README.md配置环境之后,在使用
export FLASK_APP=backend.main.py
flask run -p 8000
显示了以下内容: (openagents) ➜ OpenAgents git:(main) ✗ export FLASK_APP=backend.main.pyflask run -p 8000 Dependencies for InstructorEmbedding not found. The auto selection feature of plugins agent will return random elements. 75%|███████▌ | 12/16 [00:00<00:00, 35.47it/s]/Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/DreamInterpreter/openapi.yaml and DreamInterpreter/paths/init.py do not match. Load the later. /Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/XWeather/openapi.yaml and XWeather/paths/init.py do not match. Load the later. 100%|██████████| 16/16 [00:00<00:00, 32.60it/s] Error: Failed to make the request WOLFRAM: HTTPSConnectionPool(host='www.wolframcdn.com', port=443): Max retries exceeded with url: /images/icons/Wolfram.png (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(54, 'Connection reset by peer')))
请问“Dependencies for InstructorEmbedding not found.”这个报错需要解决吗?