Closed dove-young closed 8 months ago
In the towhee requirements.txt: pydantic<2
It's not a good idea since many other packages works with generative ai and vector dbs work with pydantic 2.x. You may not want those packages cannot work with towhee.
It's not a good idea since many other packages works with generative ai and vector dbs work with pydantic 2.x. You may not want those packages cannot work with towhee.
Then we should support both pydantic 1.x & 2.x 🤔
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Close the stale issues and pull requests after 7 days of inactivity. Reopen the issue with /reopen
.
Hello I have the same problem "ImportError: cannot import name 'AutoPipes' from 'towhee". python==3.7 towhee==1.1.3 pydantic==2.5.3
Any help please ?
Thank you
Hello I have the same problem "ImportError: cannot import name 'AutoPipes' from 'towhee". python==3.7 towhee==1.1.3 pydantic==2.5.3
Any help please ?
Thank you
Any other logs?
that's the only error i have got, i uninstalled towhee and install it again but still have the same error
You can find the towhee directory using this code, and check if it is normal.
>>> import towhee
>>> print(towhee.__file__)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Close the stale issues and pull requests after 7 days of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Current Behavior
application crash at
AutoPipes.pipeline('sentence_embedding', config=config)
Expected Behavior
No response
Steps To Reproduce
Anything else?
Pydantic 2.5.1