You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: