Closed fda1zt closed 1 month ago
Please follow this website and try to run the example code successfully first.
Try pip uninstall agentscope
? It seems the program is trying to load agentscope in the environment.
I have completed the example from the link. Could you provide a detailed tutorial?
Try
pip uninstall agentscope
? It seems the program is trying to load agentscope in the environment.
Maybe you can try this?
I have tried, but it returned this error.
The agentscope module is located in agentscope-main/src/agentscope
. Just make sure this path is included in your working directory or in your Python path to resolve the ModuleNotFound error.
I have confirmed that the path is correct, and my error occurred because I uninstalled agentscope
using pip uninstall agentscope
. However, I still can't get it to run. Do you have a more detailed guide?
I recommend testing if you can run agentscope, as agentscope-main
was cloned directly from the AgentScope GitHub Repo. Navigate to cd agentscope-main
, then create a test file containing the example provided in AgentScope's documentation and try running it.
Sorry to bother you. I followed the link you provided, used the
ollama serve
command, then in another terminal, I enteredollama run llama3.1
, and finally, in a third terminal, I ranpython run.py
. However, I encountered the same issue as before. Could you kindly provide a more detailed step-by-step guide whenever you have the time? Thank you for your help.