ImportError: Cannot import name X

前端 未结 16 1419
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 04:33

I have four different files named: main, vector, entity and physics. I will not post all the code, just the imports, because I think that\'s where the error is. (If you want

16条回答
  •  爱一瞬间的悲伤
    2020-11-22 05:10

    In my case, I was working in a Jupyter notebook and this was happening due the import already being cached from when I had defined the class/function inside my working file.

    I restarted my Jupyter kernel and the error disappeared.

提交回复
热议问题