备份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个包安装失败

相关推荐
汤姆小白1 小时前
01-环境搭建与项目导览
人工智能·python·机器学习·numpy
科技道人5 小时前
记录 默认置灰/禁用 app ‘Search Engine Selector‘ 的disable按钮
开发语言·前端·javascript
向日的葵0067 小时前
langchain的Tools教程(三)
python·langchain·tools
逝水无殇8 小时前
C# 异常处理详解
开发语言·后端·c#
言乐69 小时前
Python实现可运行解密游戏游戏框架
python·游戏·小程序·游戏程序·关卡设计
YUS云生9 小时前
Python学习笔记·第31天:FastAPI入门——路由、路径参数、查询参数与请求体
笔记·python·学习
玖玥拾9 小时前
C# 语言进阶(十五)C# 游戏服务端 MySQL 数据库
服务器·开发语言·网络·数据库·mysql·c#
智写-AI9 小时前
真实有效的免费降英文AI工具服务商
人工智能·python
铅笔侠_小龙虾10 小时前
Rust 学习目录
开发语言·学习·rust
yuhuofei202110 小时前
【Python入门】了解掌握Python中函数的基本使用
python