tensorflow中需要的库
requirements.txt
·
1、sklearn
pip install scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple
2、cv2
1)、先下载与python对应的opencv2安装包
http://www.lfd.uci.edu/~gohlke/pythonlibs/
2)、python版本是3.9,下载对应cp39的64位
3)、找到下载包所在的位置进行安装,并测试是否安装成功
pip install opencv_python-4.5.5-cp39-cp39-win_amd64.whl
python
import cv2
3、pandas
conda install pandas
4、matplotlib
pip install matplotlib
5、seaborn
pip install seaborn
6、statsmodels
pip install statsmodels
7、jupyter notebook
pip install jupyter notebook -i https://pypi.tuna.tsinghua.edu.cn/simple
8、h5py
pip intsall --upgrade h5py
9、splitfolders
pip install split-folders
更多推荐
所有评论(0)