Problem:
When running a Snyk test on a Python Project in Snyk CLI version 1.1153.0
through to version 1.1158.0
, the test may fail with an error when a specific package is required for a version of Python that doesn’t match the local Python version.
Error: Required packages missing:<package>
Fix:
If this issue affects you, please update to CLI version 1.1159.0
(or higher).
If running on version 1.1159.0
+ does not resolve the issue for you, please raise a support ticket and include your manifest files and a file containing the result of running snyk
test -d --print-deps
(plus any other commands you usually run as part of your python tests)
REF: SK-9