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
正常情况下:libc/core下有个__init__.py文件,如果下载的代码中没有这个文件就会出现(ImportError: cannot import name 'Bootstrapper' from 'libs.core' (unknown location))这个错误,可以尝试重新拉一下代码或者访问访问下面的链接,下载__init__.py文件并放在libc/core目录下,即可解决
ImportError: cannot import name 'Bootstrapper' from 'libs.core' (unknown location)
The text was updated successfully, but these errors were encountered: