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
When we install ddtrace on any versions above 2.18.2 we get this error on MacOS. This is fine on Linux operating systems.
Reproduction Code
When we install any version from 2.19 onwards on MacOS
pip install ddtrace
Error Logs
We get this error so our application cannot load
/env/lib/python3.10/site-packages/ddtrace/appsec/_iast/_taint_tracking/__init__.py", line 1, in <module>
from ddtrace.appsec._iast._taint_tracking._native import ops # noqa: F401
ModuleNotFoundError: No module named 'ddtrace.appsec._iast._taint_tracking._native'
Libraries in Use
No response
Operating System
Darwin Kernel Version 24.2.0
The text was updated successfully, but these errors were encountered:
Tracer Version(s)
2.19*
Python Version(s)
Python 3.10.14
Pip Version(s)
pip 24.3.1
Bug Report
When we install
ddtrace
on any versions above 2.18.2 we get this error on MacOS. This is fine on Linux operating systems.Reproduction Code
When we install any version from 2.19 onwards on MacOS
pip install ddtrace
Error Logs
We get this error so our application cannot load
Libraries in Use
No response
Operating System
Darwin Kernel Version 24.2.0
The text was updated successfully, but these errors were encountered: