Skip to content
emily edited this page May 1, 2018 · 6 revisions

FAQ

What does [ERROR] ImportError: No module named requests mean?

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

Clone this wiki locally