[BUG]: NumPy ImportError with Embedded Interpreter in Adobe After Effects Plugin Using pybind11 #5282
Open
3 tasks done
Labels
triage
New bug, unverified
Required prerequisites
What version (or hash if on master) of pybind11 are you using?
2.11.1
Problem description
Problem Description
I'm experiencing an issue with importing NumPy when using an embedded Python interpreter in an Adobe After Effects plugin built with pybind11. The standalone Python interpreter can import NumPy without issues, but the embedded interpreter throws an ImportError related to NumPy's C-extensions.
Expected Behavior
The embedded Python interpreter should import NumPy without any ImportError, as it does in the standalone Python interpreter.
Actual Behavior
When attempting to import NumPy in the embedded interpreter, the following error occurs:
Here is the detailed error output captured:
Is this a regression? Put the last known working version here if it is.
Not a regression
The text was updated successfully, but these errors were encountered: