我正在尝试为Great_Expectations创建一个 Python Wheel 。Great_Expectations 提供的 .whl 存在于https://pypi.org/project/great-expectations/#files - great-expectations 0.13.25。不幸的是,这个 .whl 似乎不包含我在 Azure Synapse Apache Spark Pool 中使用 Great_Expectations 所需的所有库。
因此,看起来我要么必须创建我自己的Great_Expectations 包,一个 python 项目及其所有依赖项,以供离线 install.whl 使用,要么至少尝试确定现有包中包含哪些库great-expectations 0.13.25
因此,有人可以让我知道如何创建 Python Wheel(即 Python 包,以及 Great_Expectations 的所有依赖项)。或者,有人可以让我知道如何确定包中包含哪些模块/依赖项吗?
谢谢