gpt4 book ai didi

python - Windows:获取 python 项目使用的所有模块/包

转载 作者:可可西里 更新时间:2023-11-01 11:43:35 25 4
gpt4 key购买 nike

我有一个应用程序,现在我想知道如果其他人想要安装它需要哪些包/模块。如何获取特定项目所需的所有 python 模块/包?

重要提示:这个问题已经answered for Linux .他们建议使用 pipreqs,这似乎是一个很好的解决方案,但它 does not to support Windows .

我的 Python 版本是 3.6.4。

我正在使用 Windows 10。

最佳答案

您是否已确认 pipreqs 不起作用?我使用 Windows 10(内部版本 17134.285)、Python 3.7.0 和 pipreqs 0.4.9;并且我已经使用 pipreqs 成功生成了需求文件。

C:\l\Projects\MicrosoftGraph>pipreqs .\sampleGraphAuthPython
INFO: Successfully saved requirements file in .\sampleGraphAuthPython\requirements.txt

C:\l\Projects\MicrosoftGraph>type .\sampleGraphAuthPython\requirements.txt
bottle==0.12.13
adal==1.1.0
Flask_OAuthlib==0.9.5
requests==2.19.1
Flask==1.0.2
requests_oauthlib==1.0.0
urllib3==1.23

关于python - Windows:获取 python 项目使用的所有模块/包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52504092/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com