wzh99 commented on PR #12702:
URL: https://github.com/apache/tvm/pull/12702#issuecomment-1237561584

   @masahi The Android CI still fails. It seems that there is something wrong 
with the Android CI environment. There is an error in "Build android_camera":
   ```
   Traceback (most recent call last):
     File "prepare_model.py", line 139, in <module>
       main(model, output_path)
     File "prepare_model.py", line 94, in main
       net, params = get_model(model_str)
     File "prepare_model.py", line 63, in get_model
       import keras
     File "/home/runner/.local/lib/python3.8/site-packages/keras/__init__.py", 
line 21, in <module>
       from keras import models
     File 
"/home/runner/.local/lib/python3.8/site-packages/keras/models/__init__.py", 
line 18, in <module>
       from keras.engine.functional import Functional
     File 
"/home/runner/.local/lib/python3.8/site-packages/keras/engine/functional.py", 
line 27, in <module>
       from keras.dtensor import layout_map as layout_map_lib
     File 
"/home/runner/.local/lib/python3.8/site-packages/keras/dtensor/layout_map.py", 
line 25, in <module>
       from keras.dtensor import lazy_variable
     File 
"/home/runner/.local/lib/python3.8/site-packages/keras/dtensor/lazy_variable.py",
 line 26, in <module>
       from tensorflow.python.trackable import base as trackable
   ModuleNotFoundError: No module named 'tensorflow.python.trackable'
   Error: Process completed with exit code 1.
   ```
   I also notice that there is another error message in CI: 
   ```
   ERROR: tensorflow 2.9.2 has requirement keras<2.10.0,>=2.9.0rc0, but you'll 
have keras 2.10.0 which is incompatible.
   ```
   I guess the failure is caused by the incompatible version of Keras with 
TensorFlow. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to