pip install -r requirements_20211206.txt #在新的环境中安装导出的包 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r F:/File_Anaconda/CV2020_RealTimeImageAnimation/requirements.txt conda list conda list -e > requirements.txt #导出当前环境所有的依赖包及其对应的版本号 conda install -...
beautifulsoup4==4.8.2bitarray==1.2.1bkcharts==0.2bleach==3.1.0bokeh==1.4.0boto==2.49.0boto3==1.12.46botocore==1.15.46Bottleneck==1.3.2bs4==0.0.1cachetools==4.1.0catboost==0.23.2certifi==2020.6.20cffi==1.14.0chardet==3.0.4Click==7.0click-plugins==1.1.1cligj==0.5.0cloudpickle==1.3...
jieba3k 0.35.1 pypi_0 pypi jinja2 2.11.2 py_0 jmespath 0.10.0 py_0 joblib 0.16.0 py_0 jpeg 9b hb83a4c4_2 json5 0.9.5 py_0 jsonschema 3.2.0 py37_1 jupyter 1.0.0 py37_7 jupyter_client 6.1.7 py_0 jupyter_console 6.2.0 py_0 jupyter_core 4.6.3 py37_0 jupyterlab 2.2.6 ...
第一步,定位到当前的环境 第二步,执行命令,会在当前文件夹下,生成requirements.txt文件 1、20211115导出 2、20211206导出 利用pip/conda命令导出/安装当前环境所有的依赖包及其对应的版本号 pip listpip freeze > requirements_20211206.txt #导出当前环境所有的依赖包及其对应的版本号pip install -r requirements_20211...
pipinstall-rrequirements.txt#在新的环境中安装导出的包 1. 2. 案例—导出人脸识别项目环境所使用的包 第一步,定位到当前的环境 一般在anaconda环境中使用,先进入该环境。 第二步,执行命令,会在当前文件夹下,生成requirements.txt文件 pipfreeze>requirements.txt ...
pipinstall-rrequirements.txt#在新的环境中安装导出的包 1. 2. 案例—导出人脸识别项目环境所使用的包 第一步,定位到当前的环境 一般在anaconda环境中使用,先进入该环境。 第二步,执行命令,会在当前文件夹下,生成requirements.txt文件 pipfreeze>requirements.txt ...