Open raghukiran1224 opened 3 years ago
I was unable to get it working on Python 3.8 due to a downstream dependency on tensorflow 1.x, which only supports up to Python 3.7. As far as I can tell, 3.7 is working.
The conda instructions start by creating an environment with conda create --name aix360 python=3.10
The docs say that you need 3.6, however when I tried with 3.7, everything seems to be working. Perhaps the docs can be updated to include 3.7 -- happy to do that, but wanted to check if I am missing something.