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: 

0_Install_tensorflow_ jupyter notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow
... ...
tensorflow has become version 2.3.0

so you have to re-install tensorflow

conda install tensorflow
0_Install_tensorflow_ jupyter notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow
pip install tensorflow-datasets
0_Install_tensorflow_ jupyter notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow

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

相关文章:

  • 2021-06-30
  • 2021-12-02
  • 2021-06-16
  • 2021-04-26
猜你喜欢
  • 2021-11-19
  • 2022-02-06
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-11-24
相关资源
相似解决方案