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.76k stars 154 forks source link

cannot import name '_pyautogui_win' from partially initialized module 'pyautogui' #50

Closed GenerallRoss closed 2 months ago

GenerallRoss commented 3 months ago

On the first run, the following error occurs: изображение I have already seen the same issue, tried running the command pip install --force-reinstall pyautogui==0.9.54, but the error is still present. Python version 3.10.14

DVampire commented 3 months ago

You can try to turn the version of python to 3.9 following the https://github.com/BAAI-Agents/Cradle/issues/17. If there are still problems, please feel free to contact us.