So i am aiming to install Ludwig for experimentation but i didn’t found any solution on the internet to this issue enter image description here
screenshot of the error message
i am using windows subsytem for linux (debian)
So i am aiming to install Ludwig for experimentation but i didn’t found any solution on the internet to this issue enter image description here
screenshot of the error message
i am using windows subsytem for linux (debian)
2
Answers
Your python version is probably unsupported by tensorflow 1.15.3. I ran into the same issue trying to install with python 3.8.
https://github.com/tensorflow/tensorflow/issues/34302
When I compiled Ludwig from GitHub source, there were a lot of dependencies to patch. I experienced the same error message and I gave up solving it.
I retried with clean installation from the very beginning, I managed to install Ludwig successfully on Google Cloud – Debian 9 VM.
Now I redo the steps on Oracle Cloud – Ubuntu 20.04 VM.
Steps:
Ensure the following dependencies are ready, which I consolidate from various sources.
Clean install Python 3.6. I choose to use older Python 3.6 to execute Ludwig, because Ludwig is using the old Tensorflow 1.15.3. I reserve Python 3.7 and 3.8 environment for other newer Python projects, for example Tensorflow 2.
Prepare the virtual environment for Ludwig.
Reference https://ludwig-ai.github.io/ludwig-docs/getting_started/#installation.
You can see every dependencies are taken care of and Ludwig is ready to use.