simular-ai / Agent-S

Agent S: an open agentic framework that uses computers like a human
https://www.simular.ai/agent-s
Apache License 2.0
642 stars 87 forks source link

Pyatspli module install failed #25

Open DanielDavB opened 6 days ago

DanielDavB commented 6 days ago

Is there a way to install the pyastpli python library easily? I couldn't run the code because of this library and I found no way to install it.

eric-simu commented 4 days ago

Hi, we just refactored the codebase and fixed some bugs. can you try the new release?

DanielDavB commented 4 days ago

Now I just have this message: (agent_s) ubuntu5@Ubuntu5:~/Agent-S$ agent_s --model gpt-4o Traceback (most recent call last): File "/home/ubuntu5/Agent-S/agent_s/bin/agent_s", line 5, in from agent_s.cli_app import main ModuleNotFoundError: No module named 'agent_s'

I followed all the installation steps and I still not being able to run it on linux, what could be the issue to run it on ubuntu?