ZT笔记本配置mask_rcnn环境
zzt笔记本环境配置
done
#
# To activate this environment, use
#
# $ conda activate wind_2021
#
# To deactivate an active environment, use
#
# $ conda deactivate
(base) C:\Users\tsing>
(base) C:\Users\tsing>
(base) C:\Users\tsing>
(base) C:\Users\tsing>
(base) C:\Users\tsing>
激活环境
conda activate wind_2021
(base) C:\Users\tsing>
(base) C:\Users\tsing>conda activate wind_2021
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装tensorflow
pip install tensorflow==1.14.0
(wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing>pip install tensorflow==1.14.0 Collecting tensorflow==1.14.0 Downloading tensorflow-1.14.0-cp37-cp37m-win_amd64.whl (68.3 MB) |████████████████████████████████| 68.3 MB 2.2 MB/s Collecting tensorboard<1.15.0,>=1.14.0 Downloading tensorboard-1.14.0-py3-none-any.whl (3.1 MB) |████████████████████████████████| 3.1 MB 1.6 MB/s Collecting wrapt>=1.11.1 Downloading wrapt-1.12.1.tar.gz (27 kB) Collecting absl-py>=0.7.0 Downloading absl_py-0.12.0-py3-none-any.whl (129 kB) |████████████████████████████████| 129 kB 1.6 MB/s Requirement already satisfied: wheel>=0.26 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from tensorflow==1.14.0) (0.36.2) Collecting gast>=0.2.0 Downloading gast-0.4.0-py3-none-any.whl (9.8 kB) Collecting termcolor>=1.1.0 Downloading termcolor-1.1.0.tar.gz (3.9 kB) Collecting astor>=0.6.0 Downloading astor-0.8.1-py2.py3-none-any.whl (27 kB) Collecting google-pasta>=0.1.6 Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) |████████████████████████████████| 57 kB 1.1 MB/s Collecting protobuf>=3.6.1 Downloading protobuf-3.15.8-cp37-cp37m-win_amd64.whl (904 kB) |████████████████████████████████| 904 kB 1.7 MB/s Collecting grpcio>=1.8.6 Downloading grpcio-1.37.0-cp37-cp37m-win_amd64.whl (3.1 MB) |████████████████████████████████| 3.1 MB 1.6 MB/s Collecting keras-preprocessing>=1.0.5 Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB) |████████████████████████████████| 42 kB 387 kB/s Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 Downloading tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488 kB) |████████████████████████████████| 488 kB 2.2 MB/s Collecting keras-applications>=1.0.6 Downloading Keras_Applications-1.0.8-py3-none-any.whl (50 kB) |████████████████████████████████| 50 kB 1.6 MB/s Collecting six>=1.10.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting numpy<2.0,>=1.14.5 Downloading numpy-1.20.2-cp37-cp37m-win_amd64.whl (13.6 MB) |████████████████████████████████| 13.6 MB 2.2 MB/s Collecting h5py Downloading h5py-3.2.1-cp37-cp37m-win_amd64.whl (2.7 MB) |████████████████████████████████| 2.7 MB 1.3 MB/s Requirement already satisfied: setuptools>=41.0.0 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from tensorboard<1.15.0,>=1.14.0->tensorflow==1.14.0) (49.6.0.post20210108) Collecting werkzeug>=0.11.15 Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) |████████████████████████████████| 298 kB 1.1 MB/s Collecting markdown>=2.6.8 Downloading Markdown-3.3.4-py3-none-any.whl (97 kB) |████████████████████████████████| 97 kB 1.1 MB/s Collecting importlib-metadata Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) Collecting cached-property Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) Collecting zipp>=0.5 Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) Building wheels for collected packages: termcolor, wrapt Building wheel for termcolor (setup.py) ... done Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4829 sha256=8f3b1aca0b9dfeb66157f9029f6b9820ea137374bf8b2e8e4e70450346aa5da8 Stored in directory: c:\users\tsing\appdata\local\pip\cache\wheels\3f\e3\ec\8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2 Building wheel for wrapt (setup.py) ... done Created wheel for wrapt: filename=wrapt-1.12.1-py3-none-any.whl size=19553 sha256=1fb4b9cc988d052905282a5fc5e230767b14169bfd6193871a8f8de297e723ce Stored in directory: c:\users\tsing\appdata\local\pip\cache\wheels\62\76\4c\aa25851149f3f6d9785f6c869387ad82b3fd37582fa8147ac6 Successfully built termcolor wrapt Installing collected packages: zipp, typing-extensions, six, numpy, importlib-metadata, cached-property, werkzeug, protobuf, markdown, h5py, grpcio, absl-py, wrapt, termcolor, tensorflow-estimator, tensorboard, keras-preprocessing, keras-applications, google-pasta, gast, astor, tensorflow Successfully installed absl-py-0.12.0 astor-0.8.1 cached-property-1.5.2 gast-0.4.0 google-pasta-0.2.0 grpcio-1.37.0 h5py-3.2.1 importlib-metadata-4.0.1 keras-applications-1.0.8 keras-preprocessing-1.1.2 markdown-3.3.4 numpy-1.20.2 protobuf-3.15.8 six-1.15.0 tensorboard-1.14.0 tensorflow-1.14.0 tensorflow-estimator-1.14.0 termcolor-1.1.0 typing-extensions-3.7.4.3 werkzeug-1.0.1 wrapt-1.12.1 zipp-3.4.1 (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing>
安装 protobuf
pip install protobuf-compiler
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>pip install protobuf-compiler
Collecting protobuf-compiler
Downloading protobuf_compiler-1.0.20-py3-none-any.whl (8.6 kB)
Requirement already satisfied: termcolor==1.1.0 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from protobuf-compiler) (1.1.0)
Collecting grpcio==1.18.0
Downloading grpcio-1.18.0-cp37-cp37m-win_amd64.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 328 kB/s
Collecting tqdm==4.31.1
Downloading tqdm-4.31.1-py2.py3-none-any.whl (48 kB)
|████████████████████████████████| 48 kB 960 kB/s
Collecting colorama==0.3.3
Downloading colorama-0.3.3.tar.gz (22 kB)
Collecting grpcio-tools==1.18.0
Downloading grpcio_tools-1.18.0-cp37-cp37m-win_amd64.whl (1.4 MB)
|████████████████████████████████| 1.4 MB 1.3 MB/s
Collecting bleach==2.1.0
Downloading bleach-2.1-py2.py3-none-any.whl (27 kB)
Collecting html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre
Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
|████████████████████████████████| 112 kB 1.7 MB/s
Requirement already satisfied: six in f:\anaconda\install\envs\wind_2021\lib\site-packages (from bleach==2.1.0->protobuf-compiler) (1.15.0)
Requirement already satisfied: protobuf>=3.5.0.post1 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from grpcio-tools==1.18.0->protobuf-compiler) (3.15.8)
Collecting webencodings
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: colorama
Building wheel for colorama (setup.py) ... done
Created wheel for colorama: filename=colorama-0.3.3-py3-none-any.whl size=14317 sha256=9910eb9fe54d3a224bfca1bb6a0bd1f6387f49eca6035cc56272f3f991526e84
Stored in directory: c:\users\tsing\appdata\local\pip\cache\wheels\ac\42\97\77eb85865f435ca81a91fe4c269471f5b4d50144344868f3b1
Successfully built colorama
Installing collected packages: webencodings, html5lib, grpcio, tqdm, grpcio-tools, colorama, bleach, protobuf-compiler
Attempting uninstall: grpcio
Found existing installation: grpcio 1.37.0
Uninstalling grpcio-1.37.0:
Successfully uninstalled grpcio-1.37.0
Successfully installed bleach-2.1 colorama-0.3.3 grpcio-1.18.0 grpcio-tools-1.18.0 html5lib-1.1 protobuf-compiler-1.0.20 tqdm-4.31.1 webencodings-0.5.1
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装Cython
pip install Cython
(wind_2021) C:\Users\tsing>pip install Cython
Collecting Cython
Downloading Cython-0.29.23-cp37-cp37m-win_amd64.whl (1.6 MB)
|████████████████████████████████| 1.6 MB 1.6 MB/s
Installing collected packages: Cython
Successfully installed Cython-0.29.23
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装 contextlib2
pip install contextlib2
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>pip install contextlib2
Collecting contextlib2
Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
Installing collected packages: contextlib2
Successfully installed contextlib2-0.6.0.post1
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装pillow
pip install pillow
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>pip install pillow
Collecting pillow
Downloading Pillow-8.2.0-cp37-cp37m-win_amd64.whl (2.2 MB)
|████████████████████████████████| 2.2 MB 1.1 MB/s
Installing collected packages: pillow
Successfully installed pillow-8.2.0
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装lxml
pip install lxml
(wind_2021) C:\Users\tsing>pip install lxml
Collecting lxml
Downloading lxml-4.6.3-cp37-cp37m-win_amd64.whl (3.5 MB)
|████████████████████████████████| 3.5 MB 2.2 MB/s
Installing collected packages: lxml
Successfully installed lxml-4.6.3
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装 jupyter notebook
pip install jupyter
(wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing>pip install jupyter Collecting jupyter Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB) Collecting qtconsole Downloading qtconsole-5.0.3-py3-none-any.whl (119 kB) |████████████████████████████████| 119 kB 139 kB/s Collecting notebook Downloading notebook-6.3.0-py3-none-any.whl (9.5 MB) |████████████████████████████████| 9.5 MB 2.2 MB/s Collecting nbconvert Downloading nbconvert-6.0.7-py3-none-any.whl (552 kB) |████████████████████████████████| 552 kB 2.2 MB/s Collecting ipywidgets Downloading ipywidgets-7.6.3-py2.py3-none-any.whl (121 kB) |████████████████████████████████| 121 kB 1.7 MB/s Collecting jupyter-console Downloading jupyter_console-6.4.0-py3-none-any.whl (22 kB) Collecting ipykernel Downloading ipykernel-5.5.3-py3-none-any.whl (120 kB) |████████████████████████████████| 120 kB 1.3 MB/s Collecting ipython>=5.0.0 Downloading ipython-7.22.0-py3-none-any.whl (785 kB) |████████████████████████████████| 785 kB 1.7 MB/s Collecting traitlets>=4.1.0 Downloading traitlets-5.0.5-py3-none-any.whl (100 kB) |████████████████████████████████| 100 kB 1.4 MB/s Collecting tornado>=4.2 Downloading tornado-6.1-cp37-cp37m-win_amd64.whl (422 kB) |████████████████████████████████| 422 kB 2.2 MB/s Collecting jupyter-client Downloading jupyter_client-6.1.12-py3-none-any.whl (112 kB) |████████████████████████████████| 112 kB 2.2 MB/s Collecting pygments Downloading Pygments-2.8.1-py3-none-any.whl (983 kB) |████████████████████████████████| 983 kB 2.2 MB/s Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Downloading prompt_toolkit-3.0.18-py3-none-any.whl (367 kB) |████████████████████████████████| 367 kB 1.3 MB/s Requirement already satisfied: setuptools>=18.5 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (49.6.0.post20210108) Requirement already satisfied: colorama in f:\anaconda\install\envs\wind_2021\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.3.3) Collecting jedi>=0.16 Downloading jedi-0.18.0-py2.py3-none-any.whl (1.4 MB) |████████████████████████████████| 1.4 MB 1.3 MB/s Collecting decorator Downloading decorator-5.0.7-py3-none-any.whl (8.8 kB) Collecting pickleshare Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting backcall Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting parso<0.9.0,>=0.8.0 Downloading parso-0.8.2-py2.py3-none-any.whl (94 kB) |████████████████████████████████| 94 kB 762 kB/s Collecting wcwidth Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Collecting ipython-genutils Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting widgetsnbextension~=3.5.0 Downloading widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB) |████████████████████████████████| 2.2 MB 2.2 MB/s Collecting nbformat>=4.2.0 Downloading nbformat-5.1.3-py3-none-any.whl (178 kB) |████████████████████████████████| 178 kB 2.2 MB/s Collecting jupyterlab-widgets>=1.0.0 Downloading jupyterlab_widgets-1.0.0-py3-none-any.whl (243 kB) |████████████████████████████████| 243 kB 2.2 MB/s Collecting jupyter-core Downloading jupyter_core-4.7.1-py3-none-any.whl (82 kB) |████████████████████████████████| 82 kB 2.9 MB/s Collecting jsonschema!=2.5.0,>=2.4 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) |████████████████████████████████| 56 kB 1.3 MB/s Requirement already satisfied: six>=1.11.0 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (1.15.0) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) |████████████████████████████████| 106 kB 2.2 MB/s Requirement already satisfied: importlib-metadata in f:\anaconda\install\envs\wind_2021\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (4.0.1) Collecting attrs>=17.4.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) |████████████████████████████████| 49 kB 1.0 MB/s Collecting argon2-cffi Downloading argon2_cffi-20.1.0-cp37-cp37m-win_amd64.whl (42 kB) |████████████████████████████████| 42 kB 326 kB/s Collecting terminado>=0.8.3 Downloading terminado-0.9.4-py3-none-any.whl (14 kB) Collecting prometheus-client Downloading prometheus_client-0.10.1-py2.py3-none-any.whl (55 kB) |████████████████████████████████| 55 kB 942 kB/s Collecting Send2Trash>=1.5.0 Downloading Send2Trash-1.5.0-py3-none-any.whl (12 kB) Collecting pyzmq>=17 Downloading pyzmq-22.0.3-cp37-cp37m-win_amd64.whl (1.2 MB) |████████████████████████████████| 1.2 MB 218 kB/s Collecting jinja2 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) |████████████████████████████████| 125 kB 3.3 MB/s Collecting python-dateutil>=2.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) |████████████████████████████████| 227 kB 2.2 MB/s Collecting pywin32>=1.0 Downloading pywin32-300-cp37-cp37m-win_amd64.whl (9.2 MB) |████████████████████████████████| 9.2 MB 297 kB/s Collecting pywinpty>=0.5 Downloading pywinpty-0.5.7-cp37-cp37m-win_amd64.whl (1.3 MB) |████████████████████████████████| 1.3 MB 2.2 MB/s Collecting cffi>=1.0.0 Downloading cffi-1.14.5-cp37-cp37m-win_amd64.whl (178 kB) |████████████████████████████████| 178 kB 3.3 MB/s Collecting pycparser Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) |████████████████████████████████| 112 kB 2.2 MB/s Requirement already satisfied: zipp>=0.5 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from importlib-metadata->jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (3.4.1) Requirement already satisfied: typing-extensions>=3.6.4 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from importlib-metadata->jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (3.7.4.3) Collecting MarkupSafe>=0.23 Downloading MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl (16 kB) Collecting jupyterlab-pygments Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB) Requirement already satisfied: bleach in f:\anaconda\install\envs\wind_2021\lib\site-packages (from nbconvert->jupyter) (2.1) Collecting testpath Downloading testpath-0.4.4-py2.py3-none-any.whl (163 kB) |████████████████████████████████| 163 kB 2.2 MB/s Collecting mistune<2,>=0.8.1 Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting defusedxml Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting nbclient<0.6.0,>=0.5.0 Downloading nbclient-0.5.3-py3-none-any.whl (82 kB) |████████████████████████████████| 82 kB 393 kB/s Collecting pandocfilters>=1.4.1 Downloading pandocfilters-1.4.3.tar.gz (16 kB) Collecting entrypoints>=0.2.2 Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB) Collecting nest-asyncio Downloading nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB) Collecting async-generator Downloading async_generator-1.10-py3-none-any.whl (18 kB) Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in f:\anaconda\install\envs\wind_2021\lib\site-packages (from bleach->nbconvert->jupyter) (1.1) Requirement already satisfied: webencodings in f:\anaconda\install\envs\wind_2021\lib\site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->jupyter) (0.5.1) Collecting qtpy Downloading QtPy-1.9.0-py2.py3-none-any.whl (54 kB) |████████████████████████████████| 54 kB 719 kB/s Building wheels for collected packages: pyrsistent, pandocfilters Building wheel for pyrsistent (setup.py) ... done Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp37-cp37m-win_amd64.whl size=55871 sha256=89fe6fb4a9f4e8fa547d346bc0a5081f8129b6a9359e59dbeb89f1a3cbbd5074 Stored in directory: c:\users\tsing\appdata\local\pip\cache\wheels\a5\52\bf\71258a1d7b3c8cbe1ee53f9314c6f65f20385481eaee573cc5 Building wheel for pandocfilters (setup.py) ... done Created wheel for pandocfilters: filename=pandocfilters-1.4.3-py3-none-any.whl size=7992 sha256=4dbef5ad02a59e59dc8bbb40bfdc583af38289d09690640cf40e6f97b1a5b42a Stored in directory: c:\users\tsing\appdata\local\pip\cache\wheels\42\81\34\545dc2fbf0e9137811e901108d37fc04650e81d48f97078000 Successfully built pyrsistent pandocfilters Installing collected packages: ipython-genutils, traitlets, pywin32, pyrsistent, attrs, wcwidth, tornado, pyzmq, python-dateutil, parso, jupyter-core, jsonschema, pygments, pycparser, prompt-toolkit, pickleshare, nest-asyncio, nbformat, MarkupSafe, jupyter-client, jedi, decorator, backcall, async-generator, testpath, pywinpty, pandocfilters, nbclient, mistune, jupyterlab-pygments, jinja2, ipython, entrypoints, defusedxml, cffi, terminado, Send2Trash, prometheus-client, nbconvert, ipykernel, argon2-cffi, notebook, widgetsnbextension, qtpy, jupyterlab-widgets, qtconsole, jupyter-console, ipywidgets, jupyter Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.3.0 backcall-0.2.0 cffi-1.14.5 decorator-5.0.7 defusedxml-0.7.1 entrypoints-0.3 ipykernel-5.5.3 ipython-7.22.0 ipython-genutils-0.2.0 ipywidgets-7.6.3 jedi-0.18.0 jinja2-2.11.3 jsonschema-3.2.0 jupyter-1.0.0 jupyter-client-6.1.12 jupyter-console-6.4.0 jupyter-core-4.7.1 jupyterlab-pygments-0.1.2 jupyterlab-widgets-1.0.0 mistune-0.8.4 nbclient-0.5.3 nbconvert-6.0.7 nbformat-5.1.3 nest-asyncio-1.5.1 notebook-6.3.0 pandocfilters-1.4.3 parso-0.8.2 pickleshare-0.7.5 prometheus-client-0.10.1 prompt-toolkit-3.0.18 pycparser-2.20 pygments-2.8.1 pyrsistent-0.17.3 python-dateutil-2.8.1 pywin32-300 pywinpty-0.5.7 pyzmq-22.0.3 qtconsole-5.0.3 qtpy-1.9.0 terminado-0.9.4 testpath-0.4.4 tornado-6.1 traitlets-5.0.5 wcwidth-0.2.5 widgetsnbextension-3.5.1 (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing> (wind_2021) C:\Users\tsing>
安装matplotlib
pip install matplotlib
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>pip install matplotlib
Collecting matplotlib
Downloading matplotlib-3.4.1-cp37-cp37m-win_amd64.whl (7.1 MB)
|████████████████████████████████| 7.1 MB 2.2 MB/s
Requirement already satisfied: numpy>=1.16 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from matplotlib) (1.20.2)
Requirement already satisfied: python-dateutil>=2.7 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from matplotlib) (2.8.1)
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.3.1-cp37-cp37m-win_amd64.whl (51 kB)
|████████████████████████████████| 51 kB 45 kB/s
Collecting pyparsing>=2.2.1
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
|████████████████████████████████| 67 kB 1.3 MB/s
Requirement already satisfied: pillow>=6.2.0 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from matplotlib) (8.2.0)
Collecting cycler>=0.10
Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Requirement already satisfied: six in f:\anaconda\install\envs\wind_2021\lib\site-packages (from cycler>=0.10->matplotlib) (1.15.0)
Installing collected packages: pyparsing, kiwisolver, cycler, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.3.1 matplotlib-3.4.1 pyparsing-2.4.7
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
安装opencv
pip install opencv-python
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>pip install opencv-python
Collecting opencv-python
Downloading opencv_python-4.5.1.48-cp37-cp37m-win_amd64.whl (34.9 MB)
|████████████████████████████████| 34.9 MB 1.7 MB/s
Requirement already satisfied: numpy>=1.14.5 in f:\anaconda\install\envs\wind_2021\lib\site-packages (from opencv-python) (1.20.2)
Installing collected packages: opencv-python
Successfully installed opencv-python-4.5.1.48
(wind_2021) C:\Users\tsing>
(wind_2021) C:\Users\tsing>
############################################3
QQ 3087438119