Sublime Forum

Error installation of package control

#1

Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named request

0 Likes

#2

Hello, and welcome to this forum!

it looks like you’ve just pasted import request in the console. This won’t work since request is not available by default.

Package Control doesn’t need the request module to install itself. I don’t know where you got the code from, but make sure you take it from here: https://packagecontrol.io/installation

Note that if you have the latest version of Sublime Text 3 (which I recommend), you can do Tools -> Install Package Control.

PS:

0 Likes