WooooDyy / AgentGym

Code and implementations for the paper "AgentGym: Evolving Large Language Model-based Agents across Diverse Environments" by Zhiheng Xi et al.
https://arxiv.org/abs/2406.04151
MIT License
347 stars 45 forks source link

运行conda create -n webshop -f environment.yml 遇到问题 #26

Closed pokerme7777 closed 2 months ago

pokerme7777 commented 4 months ago

你好,想问一下运行conda create -n webshop -f environment.yml的过程中遇到了安装问题: Retrieving notices: ...working... done Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

请问一下应该如何解决

KYLN24 commented 2 months ago

您好,你可以先直接创建环境,然后参考 environment.yml 安装对应版本的 python、faiss 和 openjdk。

conda create -n webshop
conda activate webshop
conda install python=3.8 faiss-cpu=1.7 openjdk=11