[BUGFIX] Fix AttributeError: module 'numpy' has no attribute 'bool'. (#21165), builds on PR #21223 - #21224
[BUGFIX] Fix AttributeError: module 'numpy' has no attribute 'bool'. (#21165), builds on PR #21223#21224mdengler wants to merge 1 commit into
Conversation
|
Hey @mdengler , Thanks for submitting the PR
CI supported jobs: [miscellaneous, clang, unix-gpu, edge, windows-cpu, unix-cpu, sanity, website, centos-gpu, centos-cpu, windows-gpu] Note: |
|
您好,您发给我的邮件已收到,我会尽快查看。
|
|
@mxnet-bot run ci all |
|
什么时候能解决呢 |
|
@mdengler : patch looks good to me, thanks. This project was retired by the community, so there will be no new release anymore. |
Description
(Complete-er version of PR #21223)
boolreplacesnp.bool, a deprecated alias for the builtinbool; fixes #21165Bug symptom: Importing
mxnetwithnumpy1.20+ results inChecklist
Essentials
Changes
boolreplacesnp.booleverywhere, sincenp.boolwas an alias toboolanyway, and is no longer defined/boundComments
numpyerror message, quoted above)