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:
... ...
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==> 09_Up & Running w TensorFlow_3_TensorBoard_ckpt_Mini-batch GD_tfgraphviz_Modularity_Sharing Variable_Linli522362242的专栏-CSDN博客
conda install pydot
conda install Pandas
conda install scikit-learn
conda install ipython
conda install matplotlib
pip install pillow 13_Loading and Preprocessing Data from multiple CSV with TensorFlow_custom training loop_TFRecord_Linli522362242的专栏-CSDN博客
pip install wheel
pip install opencv-python
conda install -c conda-forge opencv
Installing NLTK(Natural Language Toolkit) : NLTK :: Installing NLTK
cp8_Sentiment_urlretrieve_pyprind_tarfile_bag词袋_walk目录_regex_verbose_N-gram_Hash_colab_verbose_文本向量化_Linli522362242的专栏-CSDN博客
conda install flask
# or: pip install flask
pip install mlxtend
Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd
xlsx
check you gpu:
cmd.exe
then type in: dxdiag
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.
conda list
https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
pip install --user numpy‑1.20.3+mkl‑cp37‑cp37m‑win_amd64.whl
pip install gym
from gym.envs.toy_text import discrete
ImportError: cannot import name '_fblas' from 'scipy.linalg'
Solution:
conda list
https://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
pip install scipy-1.5.4-cp37-cp37m-win_amd64.whl
-
pip install scipy‑1.7.2‑cp37‑cp37m‑win_amd64.whl
So
pip install scipy==1.4.1
##############################
pip install gast==0.2.2
conda list in cmd
pip install tensorflow-serving-api==2.1.0
pip install tensorflow-serving-api==2.1.0
will automally install tensorboard 2.1.0
Releases · tensorflow/serving · GitHub
##############################
conda install networkx
Starting from Matplotlib 2.0, matplotlib.finance is deprecated. Readers should use mpl_finance (https://github.com/matplotlib/mpl-finance) in the future instead
pip install --upgrade mplfinance
Stockstats (https://github.com/jealous/stockstats) is a great package for calculating these indicators/stats and many more. It wraps around pandas DataFrames and generate the stats on the fly when they are accessed. To use stockstats, we simply install it via PyPI:
pip install stockstats
Statsmodels
Many Python packages, such as SciPy, come with several variants of regression functions. In particular, the statsmodels package is a complement补充 to SciPy with descriptive statistics and the estimation of statistical models. The official page for Statsmodels is Introduction — statsmodels
If Statsmodels is not yet installed in your Python environment, run the following command to do so:
pip install -U statsmodels
If you have an existing package installed, the -U switch tells pip to upgrade the selected package to the newest available version.
Pulp
You may also obtain the Pulp package with the pip package manager:
pip install pulp
install TabPy(use python code for tableau)
pip install tabpy
Running TabPy
Once the installation success, we can run the services using the following command:
tabpy
https://towardsdatascience.com/tabpy-combining-python-and-tableau-511b10da8175
hvplot and PyViz
conda install -c pyviz hvplot