cannot import name 'mydb' from partially initialized module 'connection' in Python

前端 未结 7 1579
南笙
南笙 2021-02-19 03:15

Python 3.8 error

ImportError: cannot import name \'mydb\' from partially initialized module \'connection\' 
(most likely due to a circular import) (C:\\U
sers\         


        
7条回答
  •  自闭症患者
    2021-02-19 03:45

    I don't know the root cause, but it will work perfectly fine if you roll back to Python 3.7

提交回复
热议问题