我正在尝试在AWS Glue中使用pandas分析。我下载了轮子文件,并在胶水库路径中使用它。BUt每当我尝试运行pandas分析时,就会出现模块丢失错误(如multimethod、visions、networkx、pillow等)。
我该怎么办?
发布于 2021-09-15 22:42:17
请确保您已安装来自requirements.txt:https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txt的所有依赖项
https://stackoverflow.com/questions/69200278
复制相似问题