-
-
Notifications
You must be signed in to change notification settings - Fork 43
JamfRecipeMaker
Graham Pugh edited this page Jul 15, 2022
·
1 revision
See JamfRecipeMaker - Blog Post for details.
Note that this processor requires additional python modules from those supplied by the stock AutoPkg python distribution. Specifically, it requires the ruamel.yaml module. In turn, this requires up-to-date versions of the following modules:
setuptoolswheelimportlib-metadata
The processor attempts to handle the import of these modules automatically, but if you get any failures/errors, you can do it yourself using the following commands:
- First, ensure that
pipis installed:
/usr/local/autopkg/python -m ensurepip- Now, run pip to install or upgrade the necessary python modules:
/usr/local/autopkg/python -m install -U pip importlib-metadata setuptools wheel ruamel.yamlYou should now be able to use the JamfRecipeMaker processor.