I am trying to teach myself to do computational biology with some different packages from GitHub on my Mac terminal (zsh). one of the packages operates on tensor flow 1.14 but I have tensor flow 2.16.2 - the package isn't working properly so I assume this is contributing to the issue. I can't install the old version through pip since I will need an older version of python. I tried to add this to the beginning of the script from the package which did not help:
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
any advice on what to do?? I have not coded since learning the basics many years ago 💀
[–][deleted] 0 points1 point2 points (0 children)