Zhuoling Li

Results 15 comments of Zhuoling Li

> [@auhowielau](https://github.com/auhowielau) 感谢开发者大大,环境已经安装好了!😘😘😘 您好,我最近也在windows pc端想复现这个工作,但是环境真的装起来好烦,您能给我一份您的requirements.txt我试试吗?

您好,我在Windows上部署pcagent的环境时,按照readme的顺序执行: conda create --name pcagent python=3.10 source activate pcagent pip install -r requirements.txt git clone https://github.com/Topdu/OpenOCR.git pip install openocr-python python run.py --instruction="Open Chrome and search the PC-Agent paper." --Mac 0...

我又尝试了下v1版本的requirements.txt: 但是没法运行run_v1.py;运行run.py有点动静,但最后也报错了: (pcagent) PS C:\Users\hit_lzl\PycharmProjects\MobileAgent\PC-Agent> python run_v1.py --instruction="Open Chrome and search the PC-Agent paper." 2025-04-09 16:25:59,868 - modelscope - INFO - PyTorch version 2.3.1 Found. 2025-04-09 16:25:59,873 - modelscope -...

新的尝试,cannot open resource,我看了别的issue也有这个问题,加上font的路径还是不能解决: (pcagent) PS C:\Users\hit_lzl\PycharmProjects\MobileAgent\PC-Agent> python run.py --instruction="Close the powershell" --mac 0 --font_path="C:\Windows\Fonts" 2025-04-09 16:44:59,618 - modelscope - INFO - PyTorch version 2.3.1 Found. 2025-04-09 16:44:59,623 - modelscope -...

已经解决: python run.py --instruction="Close the powershell" --mac 0 --font_path="C:\Windows\Fonts\arial.ttf" 总结就是安装requirements_win_v1.txt,然后运行run.py可以成功,参数如上,字体换成自己电脑里有的字体就行