Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行报错,没有Bootstrapper模块文件。 #13

Closed
cascklhljhn opened this issue Mar 2, 2022 · 3 comments
Closed

运行报错,没有Bootstrapper模块文件。 #13

cascklhljhn opened this issue Mar 2, 2022 · 3 comments

Comments

@cascklhljhn
Copy link

ImportError: cannot import name 'Bootstrapper' from 'libs.core' (unknown location)

@cascklhljhn
Copy link
Author

可能是我的环境配置问题,重新下载其他版本的则没有这个问题。

@cascklhljhn cascklhljhn reopened this Mar 2, 2022
@BypassKing
Copy link

老哥,我也遇到这个问题了。是哪里环境的问题 ???

@kelvinBen
Copy link
Owner

正常情况下:libc/core下有个__init__.py文件,如果下载的代码中没有这个文件就会出现(ImportError: cannot import name 'Bootstrapper' from 'libs.core' (unknown location))这个错误,可以尝试重新拉一下代码或者访问访问下面的链接,下载__init__.py文件并放在libc/core目录下,即可解决

https://github.com/kelvinBen/AppInfoScanner/blob/master/libs/core/__init__.py

@kelvinBen kelvinBen pinned this issue Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants