PaddlePaddle / Quantum

Other
567 stars 176 forks source link

There are no kernels which are registered in the einsum operator. [Hint: Expected kernels_iter != all_op_kernels.end(), but received kernels_iter == all_op_kernels.end().] #36

Closed juhonkang closed 2 years ago

juhonkang commented 2 years ago

I have created a new env with conda python 3.8 Even colab cannot run yours :( Could you provide notebooks on colab?

image

wangzihe1996 commented 2 years ago

这个是由paddle最新版本的一个bug导致的,经测试,paddle版本在2.2.0-2.3.0之间均可以。

juhonkang commented 2 years ago

So I should degrade it to 2.2.0-2.3.0, right? pip install paddlepaddle==2.2?

wangzihe1996 commented 2 years ago

So I should degrade it to 2.2.0-2.3.0, right? pip install paddlepaddle==2.2?

Yes.