ImportError: cannot import name 'Slic' from partially initialized module 'fast_slic' (most likely due to a circular import)
xqyd opened this issue · 0 comments
xqyd commented
After following the instructions to pip install fast_slic, copy and paste the beginner code for testing, then run into this error caused by "from fast_slic import Slic":
ImportError: cannot import name 'Slic' from partially initialized module 'fast_slic' (most likely due to a circular import)
Can someone tell me how to solve it?
I am using anaconda on win10. Thanks!