Why does Serverless produce an Invalid Cross-device link Error when trying to package or deploy?

后端 未结 2 1270
离开以前
离开以前 2021-01-18 11:59

When running either command: sudo serverless package or sudo serverless deploy

I get the following traceback:

Error: ERROR: Excepti

2条回答
  •  萌比男神i
    2021-01-18 12:49

    I just had a similar problem. See this issue for a possible solution.

    In summary,

    1. Remove all cached packages in /Library/Caches/serverless-python-requirements/
    2. Remove existing docker image lambci/lambda build-python3.8

提交回复
热议问题