Trusted-AI / AIX360

Interpretability and explainability of data and machine learning models
https://aix360.res.ibm.com/
Apache License 2.0
1.63k stars 307 forks source link

Python 3.7 #126

Open raghukiran1224 opened 3 years ago

raghukiran1224 commented 3 years ago

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.

FridayOrtiz commented 2 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.

rootsmusic commented 7 months ago

The conda instructions start by creating an environment with conda create --name aix360 python=3.10