-
Notifications
You must be signed in to change notification settings - Fork 38
emily edited this page May 1, 2018
·
6 revisions
If you're setting up JSSImporter for the first time, you might see a message like the above the first time you run JSSImporter after initial install. The error message means that the requests module is not found on the Mac running a version of JSSImporter that requires it. You can install requests with pip:
sudo pip install requests
If your Mac doesn't have pip installed, it can be installed with easy_install:
sudo easy_install pip
Other questions not addressed here? Join us in the #jss-importer channel on the Mac Admins Slack.