Tensorflow_Graphics

Trying to install tensorflow_graphics I receive the following error from my command prompt!
running setup.py clean for OpenEXR
Failed to build openEXR
Then I received a lot of red lines about the problem.
I do have the latest Tensorflow installad and Python plus windows 10, all updates R2D2.

Hope some one has a suggestion.
Thanks
Ronald

Hi @Ronald_Massey, Could you please try to install openEXR library using sudo apt install libopenexr-dev and then install tensorflow graphics using pip install tensorflow-graphics. Let us know if the issue is resolved or not. Thank You.