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

AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'? #709

Open
a3c4rt25rt2d2 opened this issue Jan 3, 2025 · 0 comments

Comments

@a3c4rt25rt2d2
Copy link

我用windows10 python3.10.11运行程序,出现了
Traceback (most recent call last):
File "G:\else\BallonsTranslator-1.4.0\launch.py", line 272, in
main()
File "G:\else\BallonsTranslator-1.4.0\launch.py", line 145, in main
from utils import config as program_config
File "G:\else\BallonsTranslator-1.4.0\utils\config.py", line 8, in
from .io_utils import json_dump_nested_obj
File "G:\else\BallonsTranslator-1.4.0\utils\io_utils.py", line 16, in
NP_BOOL_TYPES = (np.bool_, np.bool8)
File "G:.exe\python\python3.10\lib\site-packages\numpy_init_.py", line 427, in getattr
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'?

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

1 participant