towhee-io / towhee

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://towhee.io
Apache License 2.0
3.21k stars 247 forks source link

[Bug]: ImportError: cannot import name 'AutoPipes' from partially initialized module 'towhee' (most likely due to a circular import) #2685

Closed mechigonft closed 10 months ago

mechigonft commented 10 months ago

Is there an existing issue for this?

Current Behavior

ImportError: cannot import name 'AutoPipes' from partially initialized module 'towhee' (most likely due to a circular import)

Expected Behavior

ImportError: cannot import name 'AutoPipes' from partially initialized module 'towhee' (most likely due to a circular import)

Steps To Reproduce

No response

Environment

- Towhee version(e.g. v0.1.3 or 8b23a93):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:

Anything else?

No response

junjiejiangjjj commented 10 months ago

Ensure there is no 'towhee.py' file in your working directory.

mechigonft commented 10 months ago

thanks