https://blog.csdn.net/Linli522362242/article/details/106537459 :
conda install tensorflow
pip install tensorflow-transform==0.21.2
Caution: you may found errors after you excute the command "import tensorflow as tf"
Reason:
... ...
tensorflow has become version 2.3.0
so you have to re-install tensorflow
conda install tensorflow
pip install tensorflow-datasets
conda install jupyter notebook
conda install Spyder
pip install graphviz
pip install tfgraphviz OR==> https://blog.csdn.net/Linli522362242/article/details/106325257
conda install pydot
conda install Pandas
conda install scikit-learn
conda install ipython
conda install matplotlib
pip install pillow https://blog.csdn.net/Linli522362242/article/details/107704824