gpt4 book ai didi

python - 是否可以构建一个程序来确定另一个 python 程序正在使用哪些库?

转载 作者:行者123 更新时间:2023-12-01 08:16:43 24 4
gpt4 key购买 nike

例如,我在flask/django中有一个Python Web应用程序,它使用tensorflow和nltk库。

在同一台计算机上运行的另一个程序是否有可能以某种方式检查 python 程序并确定它正在使用哪些库?例如。以某种方式检查内存空间并确定它一直在使用nltk和tensorflow库?

最佳答案

来自 Python 文档:

modulefinder — Find modules used by a script

This module provides a ModuleFinder class that can be used to determine the set of modules imported by a script. modulefinder.py can also be run as a script, giving the filename of a Python script as its argument, after which a report of the imported modules will be printed.

但是,您需要知道脚本的名称,模块查找器才能工作。

有关该库的更多信息如下:modulefinder docs

关于python - 是否可以构建一个程序来确定另一个 python 程序正在使用哪些库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54942733/

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