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
我用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'?
The text was updated successfully, but these errors were encountered:
我用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'?
The text was updated successfully, but these errors were encountered: