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
Describe what happened:
Hello
i am trying to deploy the datadog-serverless function in my lambda to ship vpc-flow-log to datadog entreprise :
iam using python3.11 arm64 architecture AWS and iam deploying the lambda function (.zip format) myself into lambda
Describe what you expected:
but i got this error :
from ddtrace.vendor import psutil
...
...
...
ImportError: cannot import name '_psutil_linux' from partially initialized module 'ddtrace.vendor.psutil' (most likely due to a circular import) (/var/task/ddtrace/vendor/psutil/init.py)
can someone tell me what to do ?
The text was updated successfully, but these errors were encountered:
Describe what happened:
Hello
i am trying to deploy the datadog-serverless function in my lambda to ship vpc-flow-log to datadog entreprise :
iam using python3.11 arm64 architecture AWS and iam deploying the lambda function (.zip format) myself into lambda
Describe what you expected:
but i got this error :
from ddtrace.vendor import psutil
...
...
...
ImportError: cannot import name '_psutil_linux' from partially initialized module 'ddtrace.vendor.psutil' (most likely due to a circular import) (/var/task/ddtrace/vendor/psutil/init.py)
can someone tell me what to do ?
The text was updated successfully, but these errors were encountered: