【发布时间】:2021-05-27 05:33:35
【问题描述】:
我一直在 conda 环境 (python==3.6) 中工作。我一直在尝试使用
制作 requirements.txtpip freeze > requirements.txt
文件显示如下:
pandas @ file:///C:/ci/pandas_1602088210462/work
和
Pillow @ file:///C:/ci/pillow_1609842634117/work
我期待看到:
pandas==1.1.3
有没有人有解决方案。
【问题讨论】:
-
pip list --format=freeze > requirements.txt
标签: python pip conda environment requirements.txt