Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend

https://blog.csdn.net/Linli522362242/article/details/106537459 : 

conda install tensorflow

pip install tensorflow==[desired-version]
pip install tensorflow-transform==0.21.2
Caution: you may found errors after you excute the command "import tensorflow as tf"
Reason: 

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第1张图片
... ...
tensorflow has become version 2.3.0

so you have to re-install tensorflow

conda install tensorflow
Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第2张图片
pip install tensorflow-datasets
Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第3张图片

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

pip install wheel

pip install opencv-python
conda install -c conda-forge opencv 

Installing NLTK(Natural Language Toolkit) : https://www.nltk.org/install.html
Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第4张图片
https://blog.csdn.net/Linli522362242/article/details/110155280

conda install flask
# or: pip install flask

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第5张图片

WTForms https://blog.csdn.net/Linli522362242/article/details/110740856
Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第6张图片

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第7张图片

pip install mlxtend  https://blog.csdn.net/Linli522362242/article/details/111307026

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第8张图片

 

Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第9张图片

xlsx

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第10张图片

check you gpu:

cmd.exe

then type in: dxdiag

Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend_第11张图片

pip install tensorflow-gpu

For more information about the installation and setup process, please see the official recommendations at https://www.tensorflow.org/install/gpu.

你可能感兴趣的:(Install_tf_ notebook_ Spyder_tfgraphviz_pydot_Pandas_scikit-learn_ipython_pillow_NLTK_flask_mlxtend)