You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/12/20 10:08:00 UTC

[GitHub] [tvm] lhutton1 opened a new issue, #13647: [CI Problem] Android build failing with numpy error

lhutton1 opened a new issue, #13647:
URL: https://github.com/apache/tvm/issues/13647

   This is failing due to the recently deprecated numpy value `np.bool` in the `1.9.1` release of mxnet. From the 1.24.0 release notes (https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations):
   ```
   The deprecation for the aliases np.object, np.bool, np.float, np.complex, np.str, and np.int is expired 
   (introduces NumPy 1.20). Some of these will now give a FutureWarning in addition to raising an error 
   since they will be mapped to the NumPy scalars in the future.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] ashutosh-arm commented on issue #13647: [CI Problem] Android build failing with numpy error

Posted by GitBox <gi...@apache.org>.
ashutosh-arm commented on issue #13647:
URL: https://github.com/apache/tvm/issues/13647#issuecomment-1359121786

   Affected PRs:
   https://github.com/apache/tvm/pull/13637
   https://github.com/apache/tvm/pull/13644
   https://github.com/apache/tvm/pull/13643
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [CI Problem] Android build failing with numpy error [tvm]

Posted by "lhutton1 (via GitHub)" <gi...@apache.org>.
lhutton1 closed issue #13647: [CI Problem] Android build failing with numpy error
URL: https://github.com/apache/tvm/issues/13647


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] lhutton1 commented on issue #13647: [CI Problem] Android build failing with numpy error

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on issue #13647:
URL: https://github.com/apache/tvm/issues/13647#issuecomment-1377958536

   Reported in https://github.com/apache/mxnet/issues/21165


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] lhutton1 commented on issue #13647: [CI Problem] Android build failing with numpy error

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on issue #13647:
URL: https://github.com/apache/tvm/issues/13647#issuecomment-1359469178

   #13648 was merged as a temporary workaround, there likely needs to be a fix in MXNet to fix the compatibility issue. We can revert #13648 when it is resolved.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [CI Problem] Android build failing with numpy error [tvm]

Posted by "lhutton1 (via GitHub)" <gi...@apache.org>.
lhutton1 commented on issue #13647:
URL: https://github.com/apache/tvm/issues/13647#issuecomment-1970880104

   Closing now that mxnet is archived and being removed as a dependency from TVM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org