X-PLUG / MobileAgent

Mobile-Agent: The Powerful Mobile Device Operation Assistant Family
https://arxiv.org/abs/2406.01014
MIT License
3.06k stars 283 forks source link

PC-agent安装和使用流程不好用。 #43

Open Weltberg opened 3 months ago

Weltberg commented 3 months ago

屏幕截图 2024-08-26 145146 报错

auhowielau commented 3 months ago

您好,请检查--pc_type是否为"windows",并确认--font_path对应目录(C:\Windows\Fonts\times.ttf)字体文件是否存在。

little1d commented 3 months ago

您好,可以询问一下 PC-Agent 环境安装时的 python 版本是多少吗?我在安装环境时一直有环境冲突

auhowielau commented 3 months ago

您好,我们测试中使用3.10.14版本的python,请问具体是哪些package有冲突?

little1d commented 3 months ago

您好,我们测试中使用3.10.14版本的python,请问具体是哪些package有冲突?

image

tensorflow 和 tensorflow-macos 但实际上解决了这个冲突后面还是会有其他冲突,这只是噩梦的开始😭

little1d commented 3 months ago

麻烦作者大大再测测吧,血书一份无痛环境配置😭😭

auhowielau commented 3 months ago

@little1d 您好 已更新requirements.txt 请再尝试一下

little1d commented 3 months ago

@auhowielau 感谢开发者大大,环境已经安装好了!😘😘😘

waterwsg commented 3 months ago
image

使用的是M1的Mac

auhowielau commented 2 months ago

@waterwsg 您好,目前的requirements.txt已在M1平台测试过,请尝试更新pip后再试。

Mrkk1 commented 2 months ago

@waterwsg 您好,目前的requirements.txt已在M1平台测试过,请尝试更新pip后再试。

我这边install失败, ERROR: Ignored the following yanked versions: 2.6, 2.6.1 ERROR: Ignored the following versions that require a different python version: 3.3 Requires-Python >=3.10; 3.3rc0 Requires-Python >=3.10 ERROR: Could not find a version that satisfies the requirement networkx==3.3 (from versions: 0.34, 0.35, 0.35.1, 0.36, 0.37, 0.99, 1.0rc1, 1.0, 1.0.1, 1.1, 1.2rc1, 1.2, 1.3rc1, 1.3, 1.4rc1, 1.4, 1.5rc1, 1.5, 1.6rc1, 1.6, 1.7rc1, 1.7, 1.8rc1, 1.8, 1.8.1, 1.9rc1, 1.9, 1.9.1, 1.10rc2, 1.10, 1.11rc1, 1.11rc2, 1.11, 2.0, 2.1, 2.2rc1, 2.2, 2.3rc3, 2.3rc4, 2.3, 2.4rc1, 2.4rc2, 2.4, 2.5rc1, 2.5, 2.5.1, 2.6rc1, 2.6rc2, 2.6.2, 2.6.3, 2.7rc1, 2.7, 2.7.1, 2.8rc1, 2.8, 2.8.1rc1, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.8.8, 3.0b1, 3.0rc1, 3.0, 3.1rc0, 3.1, 3.2rc0, 3.2, 3.2.1) ERROR: No matching distribution found for networkx==3.3

auhowielau commented 2 months ago

@Mrkk1 您好,请尝试将requirements.txt中的networkx==3.3改为networkx。

softkillu commented 1 month ago

能不能发布一个配置好环境,可运行的windows虚拟机的版本?