BAAI-Agents / Cradle

The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
https://baai-agents.github.io/Cradle/
MIT License
1.56k stars 141 forks source link

ERROR: No matching distribution found for win32process #49

Closed GenerallRoss closed 1 month ago

GenerallRoss commented 1 month ago

After creating and activating a new virtual environment conda-devand attempting to install dependencies using the command pip3 install -r requirements.txt, the following error occurs: ERROR: Could not find a version that satisfies the requirement win32process (from versions: none) ERROR: No matching distribution found for win32process

GenerallRoss commented 1 month ago

Update: current branch is dev-software

WeihaoTan commented 1 month ago

Hi. We have merged both dev-software and dev-games into the main branch and these two branches are deprecated now. Could you follow the readme in the main branch to install the libraries and see whether the issue still exists? Thanks.

GenerallRoss commented 1 month ago

Yes, thank you, it's wprked!