tensorflow / model-analysis

Model analysis tools for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install tensorflow-model-analysis fails on WSL2 on Windows 11

akosmaroy opened this issue · comments

System information

  • Have I written custom code (as opposed to using a stock example script
    provided in TensorFlow Model Analysis)
    : no
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 22.04.4 LTS in WSL in Windows 11
  • TensorFlow Model Analysis installed from (source or binary): pip
  • TensorFlow Model Analysis version (use command below): tensorflow_model_analysis-0.45.0-py3-none-any.whl.metadata ?
  • Python version: 3.10.12
  • Jupyter Notebook version: n/a
  • Exact command to reproduce: pip install tensorflow-model-analysis

Describe the problem

pip install tensorflow-model-analysis fails on WSL2 on Windows 11

Source code / logs

see the output here: https://pastebin.com/hSjycywU
(it was too long for this editor box)

@akosmaroy,

I tried to install TFMA using pip install tensorflow-model-analysis in colab environment and it worked for me. Can you try to create a new virtual environment and try pip intall again. Also, you can try to pip install from https://pypi-nightly.tensorflow.org/ as shown in installation steps. Thank you!

Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!