ImportError: cannot import name 'tensorflow' from partially initialized module 'opt_einsum.backends' (most likely due to a circular import) (C:\Users\xxx\Anaconda3\lib\site-packages\opt_einsum\backends\__init__.py)

 In my case to solve this error I use an environment with:

1. python 3.8

2. tensorflow 2.4

💪That's all 

Comments