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/09/06 10:07:58 UTC

[GitHub] [tvm] leandron opened a new pull request, #12710: [Apps] Pin android_camera TensorFlow/Keras dependency version

leandron opened a new pull request, #12710:
URL: https://github.com/apache/tvm/pull/12710

   At the moment, android camera is installing latest TF and Keras
   which is causing the following issue in CI:
   
   ```
     File ".../keras/dtensor/lazy_variable.py", line 26, in <module>
       from tensorflow.python.trackable import base as trackable
   ModuleNotFoundError: No module named 'tensorflow.python.trackable'
   ```
   
   This patch fixes the versions in the last known working versions
   of both: TF 2.9.1 and Keras 2.9.
   
   cc @driazati @lhutton1 @areusch


-- 
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] driazati commented on pull request #12710: [Apps] Pin android_camera TensorFlow/Keras dependency version

Posted by GitBox <gi...@apache.org>.
driazati commented on PR #12710:
URL: https://github.com/apache/tvm/pull/12710#issuecomment-1238442171

   Android build is passing on `main` now! Thanks for chasing this down @leandron 


-- 
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 pull request #12710: [Apps] Pin android_camera TensorFlow/Keras dependency version

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #12710:
URL: https://github.com/apache/tvm/pull/12710#issuecomment-1238132852

   Thanks for the fix @leandron!


-- 
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 merged pull request #12710: [Apps] Pin android_camera TensorFlow/Keras dependency version

Posted by GitBox <gi...@apache.org>.
lhutton1 merged PR #12710:
URL: https://github.com/apache/tvm/pull/12710


-- 
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