How do you update packages on AWS Glue?

0

In the documentation I can see that we can add additional modules from pip using the following command %additional_python_modules nameOfModule

However, I would like to be using a later version of pandas and pyarrow than the ones currently installed, 1.0.4 and 0.16.0 respectively.

I have tried adding this at the top of the script in a notebook:

%additional_python_modules pandas==1.4.2, pyarrow==8.0.0

As well as passing these as parameters when doing a manual run, however, I still see the version numbers remaining as the standard out of the box versions, is this possible to do?

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠