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
Windows: use --profile to match abi3 wheel; Android: log extractPythonDist
Windows: Flutter's --debug config makes serious_python_windows bundle the
Debug python3XY_d.dll while the cibuildwheel-built abi3 dart_bridge wheel
imports python3.dll, which forwards to the Release python3XY.dll. Use
--profile (Release Python) on the integration test so the embedded
interpreter matches the wheel's link target.
Android: extractPythonDist_<abi> still ends without libpython3.so on disk.
Print the tar path, staging dir, and final tree contents so we can see
whether the task is even running and what include patterns actually match.
0 commit comments