srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Can't install Jedi - python autocompletion. #293

Closed notaLonelyDay closed 5 years ago

notaLonelyDay commented 5 years ago

It looks like Jedi - python autocompletion can't installed on st3 portable

typorian commented 5 years ago

I currently also have the problem that I cannot install the package. The console log simply states:

Package Control: The dependency 'markupsafe' is not currently installed; installing... Package Control: The dependency 'markupsafe' is not available Package Control: The dependency 'markupsafe' could not be installed or updated

srusskih commented 5 years ago

@typorian I see markupsafe in repository https://github.com/wbond/package_control_channel/blob/master/repository/dependencies.json#L396 looks like something wrong with configuration

typorian commented 5 years ago

@srusskih I get the exact same issue with a freshly downloaded sublime text portable. I am not sure if this is actually a Jedi issue, it might as well be a sublime issue.

edit: this is actually very annoying, and not a Jedi issue at all. Sublime tries to download the package from bitbucket using their 1.0 api which is deprecated and therefore the download fails.

notaLonelyDay commented 5 years ago

Problem isn't with Jedi, it is with sublime portable

carter54 commented 4 years ago

it is Jedi not support portable python https://jedi.readthedocs.io/en/latest/docs/api.html#environments

Ignores virtualenvs and returns the Python versions that were installed on your system. This might return nothing, if you’re running Python e.g. from a portable version.