备份python运行环境

python 版本:

复制代码
C:\Users\hlg>python -V
Python 3.8.0

D:\>pip freeze > requirements_2024_10_02.txt

输出文件:

requirements_2024_10_02.txt

复制代码
altgraph==0.17.3
APScheduler==2.1.2
asgiref==3.6.0
backports.zoneinfo==0.2.1
certifi==2021.10.8
cffi==1.15.1
chardet==4.0.0
clr-loader==0.2.5
colorama==0.4.6
comtypes==1.1.14
coreapi==2.3.3
coreschema==0.0.4
cv==1.0.0
defusedxml==0.7.1
diff-match-patch==20200713
Django==2.2.19
django-cors-headers @ file:///D:/software/requirements_2022-04-28/django_cors_headers-3.2.0-py3-none-any.whl
django-crispy-forms==1.11.2
django-filter==23.2
django-formtools==2.2
django-import-export==2.5.0
djangorestframework==3.11.0
et-xmlfile==1.0.1
future==0.18.2
greenlet==3.0.3
HslCommunication==1.2.0
httplib2==0.20.2
idna==2.10
importlib-metadata==6.6.0
itchat==1.3.10
itypes==1.2.0
jdcal==1.4.1
jieba==0.42.1
Jinja2==3.1.2
Markdown==3.4.3
MarkupPy==1.14
MarkupSafe==2.1.1
numpy==1.23.5
odfpy==1.4.1
opencv-python==4.7.0.72
openpyxl==2.6.4
packaging==23.0
pandas==2.0.3
pefile==2022.5.30
pika==1.2.0
Pillow==9.0.0
pipdeptree==2.3.3
prettytable==3.5.0
psutil==5.9.4
ptvsd==4.3.2
pycomm3==1.2.14
pycparser==2.21
pyecharts==1.9.1
pyinstaller==5.5
pyinstaller-hooks-contrib==2022.10
pymodbus==3.6.8
PyMySQL==0.10.1
pyparsing==3.0.6
pypng==0.20220715.0
PyQRCode==1.2.1
PyQt5==5.15.2
PyQt5-sip==12.9.0
pyserial==3.5
PySide2==5.15.2
python-dateutil==2.9.0.post0
pythonnet==3.0.1
pythonping==1.1.3
pytz==2021.3
pytz-deprecation-shim==0.1.0.post0
pywifi==1.1.12
pywin32==306
pywin32-ctypes==0.2.0
PyYAML==5.3.1
QDarkStyle==3.1
qrcode==7.4.2
QtPy==2.3.0
redis==3.5.3
requests==2.25.1
schedule==1.1.0
shiboken2==5.15.2
simplejson==3.17.2
six==1.16.0
sqlparse==0.4.2
tablib==2.0.0
tornado==6.3
typing_extensions==4.7.0
tzdata==2022.6
tzlocal==4.2
uritemplate==4.1.1
urllib3==1.26.7
vboxapi==1.0
wcwidth==0.2.5
websockets==12.0
xlrd==1.2.0
xlwt==1.3.0
zipp==3.15.0

执行安装

pip install -r requirements_2024_10_02.txt -i https://pypi.doubanio.com/simple/

复制代码
altgraph==0.17.3
APScheduler==2.1.2
asgiref==3.6.0
backports.zoneinfo==0.2.1
certifi==2021.10.8
cffi==1.15.1
chardet==4.0.0
clr-loader==0.2.5
colorama==0.4.6
comtypes==1.1.14
coreapi==2.3.3
coreschema==0.0.4
cv==1.0.0
defusedxml==0.7.1
diff-match-patch==20200713
Django==2.2.19
#django-cors-headers @ file:///D:/software/requirements_2022-04-28/django_cors_headers-3.2.0-py3-none-any.whl
django-cors-headers==3.2.0
django-crispy-forms==1.11.2
django-filter==23.2
django-formtools==2.2
django-import-export==2.5.0
djangorestframework==3.11.0
et-xmlfile==1.0.1
future==0.18.2
greenlet==3.0.3
HslCommunication==1.2.0
httplib2==0.20.2
idna==2.10
importlib-metadata==6.6.0
itchat==1.3.10
itypes==1.2.0
jdcal==1.4.1
jieba==0.42.1
Jinja2==3.1.2
Markdown==3.4.3
MarkupPy==1.14
MarkupSafe==2.1.1
numpy==1.23.5
odfpy==1.4.1
#opencv-python==4.7.0.72
openpyxl==2.6.4
packaging==23.0
pandas==2.0.3
pefile==2022.5.30
pika==1.2.0
Pillow==9.0.0
pipdeptree==2.3.3
prettytable==3.5.0
psutil==5.9.4
ptvsd==4.3.2
pycomm3==1.2.14
pycparser==2.21
pyecharts==1.9.1
pyinstaller==5.5
pyinstaller-hooks-contrib==2022.10
pymodbus==3.6.8
PyMySQL==0.10.1
pyparsing==3.0.6
pypng==0.20220715.0
PyQRCode==1.2.1
PyQt5==5.15.2
PyQt5-sip==12.9.0
pyserial==3.5
PySide2==5.15.2
python-dateutil==2.9.0.post0
pythonnet==3.0.1
pythonping==1.1.3
pytz==2021.3
pytz-deprecation-shim==0.1.0.post0
pywifi==1.1.12
pywin32==306
pywin32-ctypes==0.2.0
PyYAML==5.3.1
QDarkStyle==3.1
qrcode==7.4.2
QtPy==2.3.0
redis==3.5.3
requests==2.25.1
schedule==1.1.0
shiboken2==5.15.2
simplejson==3.17.2
six==1.16.0
sqlparse==0.4.2
tablib==2.0.0
tornado==6.3
typing_extensions==4.7.0
tzdata==2022.6
tzlocal==4.2
uritemplate==4.1.1
urllib3==1.26.7
#vboxapi==1.0
wcwidth==0.2.5
websockets==12.0
xlrd==1.2.0
xlwt==1.3.0
zipp==3.15.0

有2个包安装失败

相关推荐
chao_7894 分钟前
动态规划题解——乘积最大子数组【LeetCode】
python·算法·leetcode·动态规划
倔强青铜三5 分钟前
苦练Python第20天:Python官方钦定的代码风格指南
人工智能·python·面试
倔强青铜三23 分钟前
苦练Python第19天:断言与自定义异常
人工智能·python·面试
荷蒲26 分钟前
【小白量化智能体】应用5:编写通达信股票交易指标及生成QMT自动交易Python策略程序
开发语言·python
ljh57464911930 分钟前
PHP password_verify() 函数
开发语言·php
大模型真好玩35 分钟前
深入浅出LangChain AI Agent智能体开发教程(一)—认识LangChain&LangGraph
人工智能·python·mcp
lovix1241 分钟前
java进阶(三):单例、工厂、模版方法与代理模式详解
java·开发语言
医工交叉实验工坊1 小时前
R 语言绘制 10 种精美火山图:转录组差异基因可视化
python·信息可视化·r语言
hqxstudying1 小时前
Java行为型模式---观察者模式
java·开发语言·windows·观察者模式
koooo~1 小时前
JavaScript 与 C语言基础知识差别
c语言·开发语言·javascript