我尝试在AWS Glue中使用pandas profiling。我下载了wheel文件并在Glue Library Path中使用它。但是每当我尝试运行pandas profiling时,模块丢失错误就会出现(如multimethod,visions,networkx,pillow等)。我该怎么办?
abithluo1#
请确保您已经安装了requirements.txt的所有依赖项:https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txt
requirements.txt
px9o7tmv2#
在粘合作业中安装pandas-profiling库后藤-作业详细信息-〉高级属性-〉作业参数添加键为--additional-python-modules,值为pandas-profiling,并保存更改。分享下面相同的截图:
pandas-profiling
--additional-python-modules
在此设置之后,将安装pandas-profiling库,然后代码将开始执行。
2条答案
按热度按时间abithluo1#
请确保您已经安装了
requirements.txt
的所有依赖项:https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txtpx9o7tmv2#
在粘合作业中安装
pandas-profiling
库后藤-作业详细信息-〉高级属性-〉作业参数
添加键为
--additional-python-modules
,值为pandas-profiling
,并保存更改。分享下面相同的截图:
在此设置之后,将安装
pandas-profiling
库,然后代码将开始执行。