Open chien-liu opened 12 months ago
Any solution to this yet? I am having the exact same issue.
Is there any workaround for now I could use? I can't install working tensorflow
you can try installing an older version of numpy e.g.
conda install numpy=1.23
Problem description
conda install tensorflow-gpu
installsnumpy==1.26.0
, which is incompatible withtensorflow==2.4.1
.Reproduce the issue