mrphys/tensorflow-mri

Building wheel for OpenEXR (setup.py) ERROR

SoftVision17 opened this issue · 4 comments

Hello,

Im having a problem to install tensroflow-mri in building OpenEXR wit setup.py, and it's working fine in google colab, i testesd this in three machines 2 linux 10 and windows 10.

step_1
step_2

Hi @SoftVision17, please try installing libopenexr-dev before TensorFlow MRI. In Debian/Ubuntu, you can use sudo apt-get install libopenexr-dev. Then try pip install tensorflow-mri again. This should resolve your issue on the Linux machines.

Unfortunately, TensorFlow MRI is not yet supported on Windows 10 machines.

Thank you @jmontalt , I installed libopenxr-dev in my linux machine but have got another problem as you can see in the image below.
If you want i can open another issue and close this.

err_1
err_2

Hi @SoftVision17, I am not familiar with this particular problem but it seems the linker failed to find some libraries on your system. You might want to check whether those libraries are installed and if so why they weren't found. There are many threads on Stack Overflow about similar problems.

The error does not happen while installing TensorFlow MRI itself (which comes pre-compiled), but rather while installing a dependency (OpenEXR) of a dependency (TensorFlow Graphics). You might want to have a look at those projects in case any of their users has faced this issue before - or post the issue there in case they can provide any more information.

There is no need to create a separate issue.

The problem is clearer now. Thank you for your support, and for the creation of this great library, it will help me a lot