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

相关推荐
u***32432 小时前
使用python进行PostgreSQL 数据库连接
数据库·python·postgresql
青瓷程序设计4 小时前
动物识别系统【最新版】Python+TensorFlow+Vue3+Django+人工智能+深度学习+卷积神经网络算法
人工智能·python·深度学习
tobebetter95274 小时前
How to manage python versions on windows
开发语言·windows·python
F_D_Z4 小时前
数据集相关类代码回顾理解 | sns.distplot\%matplotlib inline\sns.scatterplot
python·深度学习·matplotlib
9***P3345 小时前
PHP代码覆盖率
开发语言·php·代码覆盖率
daidaidaiyu5 小时前
一文入门 LangGraph 开发
python·ai
CoderYanger5 小时前
优选算法-栈:67.基本计算器Ⅱ
java·开发语言·算法·leetcode·职场和发展·1024程序员节
jllllyuz5 小时前
Matlab实现基于Matrix Pencil算法实现声源信号角度和时间估计
开发语言·算法·matlab
多多*6 小时前
Java复习 操作系统原理 计算机网络相关 2025年11月23日
java·开发语言·网络·算法·spring·microsoft·maven
p***43486 小时前
Rust网络编程模型
开发语言·网络·rust