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
354 stars 45 forks source link

pip install doesn't work #18

Closed ishapuri closed 5 months ago

ishapuri commented 5 months ago

Facing the following error when I do pip install agentenv:

Defaulting to user installation because normal site-packages is not writeable ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.10 ERROR: Could not find a version that satisfies the requirement agentenv (from versions: none) ERROR: No matching distribution found for agentenv

KYLN24 commented 5 months ago

Thanks for your feedback. The python package has not been uploaded yet. We'll upload it to PyPI later. Currently, you can clone this repo and install it from source.

ishapuri commented 5 months ago

thanks!