You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: nodejs12.x not found! Try the pythonBin option.
at pipAcceptsSystem (/node_modules/serverless-python-requirements/lib/pip.js:100:13)
at installRequirements (/node_modules/serverless-python-requirements/lib/pip.js:173:9)
I fixed it by removing the provider runtime (which was nodejs12.x)
Seems like the function runtime is ignored when a provider runtime is present?
The text was updated successfully, but these errors were encountered:
just got the same error as in #436
I fixed it by removing the provider runtime (which was nodejs12.x)
Seems like the function runtime is ignored when a provider runtime is present?
The text was updated successfully, but these errors were encountered: