-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Path: /tools/googlesearch
is this file using any util function? whenever i m trying to run in my local i m getting this error
"
sanju kumari@LAPTOP-S7S3QFDQ MINGW64 ~/OneDrive/Documents/Desktop/chatAppBackend
$ python agent.py
Traceback (most recent call last):
File "C:\Users\sanju kumari\OneDrive\Documents\Desktop\chatAppBackend\agent.py", line 1, in
from phi.agent import Agent
File "C:\Users\sanju kumari\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\phi_init_.py", line 8, in
from . import builder
File "C:\Users\sanju kumari\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\phi\builder.py", line 18, in
from .utils import identity
ImportError: cannot import name 'identity' from 'phi.utils' (C:\Users\sanju kumari\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\phi\utils_init_.py)
sanju kumari@LAPTOP-S7S3QFDQ MINGW64 ~/OneDrive/Documents/Desktop/chatAppBackend
$ C
"