I'm having an issue while running agno agents. It's throwing error that is:
from agno.agent import Agent
ModuleNotFoundError: No module named 'agno.agent'; 'agno' is not a package.
I'm using simple code from agno site but above import is not working. I have installed agno properly. I've checked every possible thing like reinstall or upgrade or anything, but it is still not working. What to do?
I'm having an issue while running agno agents. It's throwing error that is:
from agno.agent import Agent
ModuleNotFoundError: No module named 'agno.agent'; 'agno' is not a package.
I'm using simple code from agno site but above import is not working. I have installed agno properly. I've checked every possible thing like reinstall or upgrade or anything, but it is still not working. What to do?
Share Improve this question edited Mar 7 at 2:34 desertnaut 60.5k32 gold badges155 silver badges182 bronze badges asked Mar 6 at 13:11 PRLPRL 11 bronze badge1 Answer
Reset to default -1If your file name is 'agno.py' rename it to something else.
Answer based on this comment https://github/agno-agi/agno/issues/2204#issuecomment-2676275023