Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: ModuleNotFoundError for ddtrace.appsec._iast._taint_tracking._native #12021

Open
benmatselby opened this issue Jan 22, 2025 · 4 comments
Labels

Comments

@benmatselby
Copy link

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

/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

@colinchilds-canopy
Copy link

I'm also experiencing this issue

@jclerman
Copy link

Also seen on: Darwin Kernel Version 24.3.0 (for what it's worth).

@chadhamre
Copy link

Same

1 similar comment
@johnnymetz
Copy link

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants